Spaces:
Running
Running
File size: 178 Bytes
87b3b3a |
1 2 3 4 5 6 7 |
#!/bin/sh
CWD=$(pwd)
cd ~/git/jasmine-reporters/test
java -cp ../ext/js.jar:../ext/jline.jar org.mozilla.javascript.tools.shell.Main -opt -1 envjs.bootstrap.js $CWD/index.html
|