Skip to content

Instantly share code, notes, and snippets.

Created November 22, 2013 06:45
Show Gist options
  • Save anonymous/7595857 to your computer and use it in GitHub Desktop.
Save anonymous/7595857 to your computer and use it in GitHub Desktop.
Running HomeBrew Rhino debugger on OS X
#!/bin/sh
# https://developer.mozilla.org/en/docs/Rhino/Debugger
java -cp /usr/local/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