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

Last change on this file since 384 was 348, checked in by dmik, 13 years ago

vendor: Add icedtea-web v1.1.2 to current.

File size: 171 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.