Skip to content

Instantly share code, notes, and snippets.

@mikefowler
Created January 14, 2014 21:06
Show Gist options
  • Save mikefowler/8425716 to your computer and use it in GitHub Desktop.
Save mikefowler/8425716 to your computer and use it in GitHub Desktop.
A handy Bash alias to run a JavaScript console in your terminal.
# 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