summaryrefslogtreecommitdiff
path: root/games/rescue/files/rescue.in
blob: 200eb591d3edf0779b0a5da03574efd6a560ce46 (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# $FreeBSD$
#

cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/Rescue.jar" "${@}"