Created
January 14, 2014 21:06
-
-
Save mikefowler/8425716 to your computer and use it in GitHub Desktop.
A handy Bash alias to run a JavaScript console in your terminal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Launches a native JavaScript terminal | |
alias js="/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment