Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Forked from anonymous/gist:7595857
Last active December 29, 2015 01:49
Show Gist options
  • Save alecthegeek/7595870 to your computer and use it in GitHub Desktop.
Save alecthegeek/7595870 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 $(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