summarylogtreecommitdiffstats
path: root/fuhquake.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'fuhquake.launcher')
-rw-r--r--fuhquake.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/fuhquake.launcher b/fuhquake.launcher
new file mode 100644
index 000000000000..0c1bf09f039d
--- /dev/null
+++ b/fuhquake.launcher
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd "/opt/quake"
+./fuhquake-gl.glx +cfg_load `whoami` $*
+exit $?