1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/games/blackjackclient/files/BlackjackClient.sh.in
Jason Helfman 36153290d2 - shift origins for consistentcy with other Python ports
Submitted by:	jgh@
Approved by:	maintainer, christer.edwards@gmail.com
2013-03-29 16:24:45 +00:00

4 lines
110 B
Bash

#!/bin/sh
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/BlackjackClient.jar"