summarylogtreecommitdiffstats
path: root/quake3.launcher
diff options
context:
space:
mode:
authorSlashbunny2013-01-21 19:33:29 -0500
committerSlashbunny2013-01-21 19:33:29 -0500
commit92f7ceb645f3e8e257e9018eebbc156e9c541974 (patch)
treeb953c5845d2d6bb59d134a5c1298c0c90f21fc79 /quake3.launcher
downloadaur-92f7ceb645f3e8e257e9018eebbc156e9c541974.tar.gz
ioquake3 switched to github, copy ioquake3-svn to ioquake3-git and modernize it a bit
Diffstat (limited to 'quake3.launcher')
-rw-r--r--quake3.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/quake3.launcher b/quake3.launcher
new file mode 100644
index 000000000000..c9b092bea99c
--- /dev/null
+++ b/quake3.launcher
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd "/opt/quake3"
+exec ./IOQ3_BINARY $*
+