summaryrefslogtreecommitdiff
path: root/graphics/aoi/files/aoi.sh.in
blob: c1410453e8ba3d7e88d2bcc5698f57528301fec8 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#
# $FreeBSD$


( cd "%%DATADIR%%" && \
	"%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}" )