freebsd-ports/lang/rhino/files/rhinosh.in
Nicola Vitale 860735b7ad - Update to 1.7.r2
- Add an option to enable line editing in the Rhino shell
- Fix download site for xmlbeans
2009-05-30 07:41:06 +00:00

6 lines
171 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# Rhino shell
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%RHINOJAR%%%%JLINEJAR%%" org.mozilla.javascript.tools.shell.Main $@