summaryrefslogtreecommitdiff
path: root/games/robocode/files/robocode-TeamRumble.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/robocode/files/robocode-TeamRumble.in')
-rw-r--r--games/robocode/files/robocode-TeamRumble.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/robocode/files/robocode-TeamRumble.in b/games/robocode/files/robocode-TeamRumble.in
new file mode 100644
index 000000000000..f435b4f37728
--- /dev/null
+++ b/games/robocode/files/robocode-TeamRumble.in
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+export JAVA_VERSION="%%JAVA_VERSION%%"
+
+cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \
+-cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \
+roborumble.RoboRumbleAtHome ./roborumble/roborumble.txt "${@}"