mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
9 lines
161 B
Bash
9 lines
161 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}"
|