summarylogtreecommitdiffstats
path: root/quake4-smp.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'quake4-smp.launcher')
-rw-r--r--quake4-smp.launcher6
1 files changed, 6 insertions, 0 deletions
diff --git a/quake4-smp.launcher b/quake4-smp.launcher
new file mode 100644
index 000000000000..9831e1ed0f06
--- /dev/null
+++ b/quake4-smp.launcher
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/quake4"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
+./quake4smp.x86 $*
+exit $?