summarylogtreecommitdiffstats
path: root/firestorm.launcher
diff options
context:
space:
mode:
authorMike Swanson2012-12-03 08:41:29 -0800
committerMike Swanson2012-12-03 08:41:29 -0800
commit5853188648e9fb06da67b8ef3a03902ff124c821 (patch)
tree9c1f907853148172356d75007a6f4e0ef2355971 /firestorm.launcher
downloadaur-5853188648e9fb06da67b8ef3a03902ff124c821.tar.gz
Initial commit
Diffstat (limited to 'firestorm.launcher')
-rw-r--r--firestorm.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/firestorm.launcher b/firestorm.launcher
new file mode 100644
index 000000000000..94987c07abd9
--- /dev/null
+++ b/firestorm.launcher
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd "/opt/firestorm/"
+./firestorm $*
+exit $?