summarylogtreecommitdiffstats
path: root/quake3.launcher
diff options
context:
space:
mode:
authorSlashbunny2009-08-12 22:17:38 -0400
committerSlashbunny2009-08-12 22:17:38 -0400
commitf41bb3e59344ccc527a34481cd7d0e59f5b29dca (patch)
treee93aa0b33af7b69f9dcf366395c4eabca12c0349 /quake3.launcher
downloadaur-f41bb3e59344ccc527a34481cd7d0e59f5b29dca.tar.gz
Initial commit of personal PKGBUILDs for Arch Linux
Diffstat (limited to 'quake3.launcher')
-rw-r--r--quake3.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/quake3.launcher b/quake3.launcher
new file mode 100644
index 000000000000..75dcead5b027
--- /dev/null
+++ b/quake3.launcher
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/quake3"
+./quake3.x86 $*
+exit $?
+