8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
4 lines
213 B
Bash
Executable file
4 lines
213 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ../../doh
|
|
java -classpath ../shrinksafe/js.jar:../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main runner.js testModule=shrinksafe.tests.module testUrl=../shrinksafe/tests/module.js
|