mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
6 lines
190 B
Bash
6 lines
190 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD: head/lang/bsh/files/bsh.sh.in 340872 2014-01-24 00:14:07Z mat $
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%JARNAME%%" "$@"
|