summaryrefslogtreecommitdiffstats
path: root/warsow/warsow.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'warsow/warsow.launcher')
-rw-r--r--warsow/warsow.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/warsow/warsow.launcher b/warsow/warsow.launcher
new file mode 100644
index 0000000..64dac41
--- /dev/null
+++ b/warsow/warsow.launcher
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd "/opt/warsow"
+./warsow $*
+exit $?