source:
trunk/icedtea-web/jrunscript.in@
386
Last change on this file since 386 was 348, checked in by , 13 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | if [ x"@RHINO_JAR@" == x ] ; then |
4 | echo "jrunscript requires rhino support" |
5 | exit 1 |
6 | fi |
7 | |
8 | @JAVA@ -cp "@RHINO_JAR@" org.mozilla.javascript.tools.shell.Main $@ |
Note:
See TracBrowser
for help on using the repository browser.