aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/run-target.sh
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/run-target.sh')
-rwxr-xr-xcode/unix/run-target.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/code/unix/run-target.sh b/code/unix/run-target.sh
new file mode 100755
index 0000000..7a5830c
--- /dev/null
+++ b/code/unix/run-target.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+# for easy use with Anjuta
+cd `dirname $0`/debugi386-glibc
+echo "in $PWD"
+
+# now execute whatever you want
+#./linuxquake3-smp +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 1 +set r_showsmp 1 +devmap mythology
+
+#gvd ./linuxquake3-smp --pargs +set logfile 2 +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 0 +set r_showsmp 1 +devmap mythology
+
+./linuxquake3-smp +set logfile 2 +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 1 +set r_fullscreen 0 +set r_showsmp 1 +devmap mythology &
+gvd ./linuxquake3-smp