cd /usr/local/bin
sudo ln -s /System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Helpers/jsc jsc
cd ~
jsc -h
echo "print(1+2);" | jsc
Last active
August 27, 2021 20:59
-
-
Save psiborg/2e35c853fdc14b1c82f0fc341876d2bb to your computer and use it in GitHub Desktop.
JavaScriptCore - JavaScript runtime in the macOS terminal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment