Created
January 2, 2010 23:45
-
-
Save garcon/267729 to your computer and use it in GitHub Desktop.
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
| # run Rhino + EnvJS in console: | |
| env-js $ java -cp dist/env-js.jar jline.ConsoleRunner org.mozilla.javascript.tools.envjs.Main | |
| # run Rhino + EnvJS: | |
| env-js $ java -jar dist/env-js.jar -opt -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment