-
-
Save alecthegeek/7595870 to your computer and use it in GitHub Desktop.
Running HomeBrew Rhino debugger on OS X
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
#!/bin/sh | |
# https://developer.mozilla.org/en/docs/Rhino/Debugger | |
java -cp $(brew --prefix)/Cellar/rhino/1.7R4/libexec/js.jar org.mozilla.javascript.tools.debugger.Main "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment