Last Updated: February 25, 2016
·
448
· alex-ray

command line JavaScript, one line

Using Mac OSX?
paste this into your console...

sudo ln /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /bin/jsc

Thats it, now start running JavaScript!

run a file: $ jsc example.js

or use the interactive console: $ jsc