#!/bin/sh # # $FreeBSD: head/games/rescue/files/rescue.in 348868 2014-03-23 16:22:22Z nemysis $ # export JAVA_VERSION="%%JAVA_VERSION%%" cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -jar "%%DATADIR%%/Rescue.jar" "${@}"