mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
|
|
# Rhino shell
|
|
"%%LOCALBASE%%/bin/java" -cp "%%RHINOJAR%%:%%JLINEJAR%%" org.mozilla.javascript.tools.shell.Main $@
|