mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
8dbb94485a
supports OpenNap & giFT (FastTrack) o giFT support is currently off while its protocol is synced to the latest FastTrack protocol
9 lines
140 B
Bash
9 lines
140 B
Bash
#!/bin/sh
|
|
|
|
PREFIX="%%PREFIX%%"
|
|
JAVAVM="%%JAVAVM%%"
|
|
JAR_DIR="%%JAR_DIR%%"
|
|
JAR_FILE=xnap.jar
|
|
|
|
${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE}
|