aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/run-target.sh
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/run-target.sh')
-rw-r--r--code/unix/run-target.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/code/unix/run-target.sh b/code/unix/run-target.sh
deleted file mode 100644
index 5cdc631..0000000
--- a/code/unix/run-target.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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