860735b7ad
- Add an option to enable line editing in the Rhino shell - Fix download site for xmlbeans
6 lines
171 B
Bash
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 $@
|