mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
9 lines
158 B
Bash
9 lines
158 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-jar "%%DATADIR%%/CBViewer.jar" "${@}"
|