source: trunk/icedtea-web/jrunscript.in

Last change on this file was 418, checked in by dmik, 13 years ago

Merge icedtea-web v1.3 to trunk.

File size: 170 bytes
RevLine 
[348]1#!/bin/bash
2
[418]3if [ x"@RHINO_JAR@" = x ] ; then
[348]4 echo "jrunscript requires rhino support"
5 exit 1
6fi
7
8@JAVA@ -cp "@RHINO_JAR@" org.mozilla.javascript.tools.shell.Main $@
Note: See TracBrowser for help on using the repository browser.