Running Javascript from the command line 2011-07-27 10:52am
Firefox ships with the Rhino command line Javascript parser. It's very simple to run/test a js file you have
rhino my_file.js
Update: Fedora also ships with js which does the same thing.




