source: trunk/icedtea-web/jrunscript.in@ 443

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

Merge icedtea-web v1.3 to trunk.

File size: 170 bytes
Line 
1#!/bin/bash
2
3if [ x"@RHINO_JAR@" = x ] ; then
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.