summarylogtreecommitdiffstats
path: root/fuhquake.launcher
diff options
context:
space:
mode:
authorSlashbunny2009-08-12 22:17:38 -0400
committerSlashbunny2009-08-12 22:17:38 -0400
commit9360a2a8020f2a4550b595c8bbd41250500fc025 (patch)
tree0e87ae096ae2cce8aa4847df2093a493a5803dd2 /fuhquake.launcher
downloadaur-9360a2a8020f2a4550b595c8bbd41250500fc025.tar.gz
Initial commit of personal PKGBUILDs for Arch Linux
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 $?