mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
8 lines
161 B
Bash
8 lines
161 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}"
|