Skip to content

Instantly share code, notes, and snippets.

@neonstalwart
Created November 10, 2010 20:55
Show Gist options
  • Save neonstalwart/9ee667e8f5b091afb48b to your computer and use it in GitHub Desktop.
Save neonstalwart/9ee667e8f5b091afb48b to your computer and use it in GitHub Desktop.
#!/bin/sh
MYDIR=`cd \`dirname "$0"\`; pwd`
java -classpath $MYDIR/lib/rhino/js.jar:$MYDIR/lib/closure/compiler.jar \
org.mozilla.javascript.tools.shell.Main $MYDIR/build.js $MYDIR "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment