summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-20 00:40:05 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-23 21:19:13 -0500
commit801396165c74cdcce8b9277a7bfe243dbccce6f0 (patch)
tree995f316591468ebf0534431dcdbc5eae8df4ca15 /bin
parentd4d6b8b713771e051424d808ffb87ad4799a0b4a (diff)
downloadconf-801396165c74cdcce8b9277a7bfe243dbccce6f0.tar.gz
conf-801396165c74cdcce8b9277a7bfe243dbccce6f0.zip
distro packages are good enough these days
Diffstat (limited to 'bin')
-rwxr-xr-xbin/marathon/marathon18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/marathon/marathon b/bin/marathon/marathon
deleted file mode 100755
index b3f7efa..0000000
--- a/bin/marathon/marathon
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-A1_MAIN_DIR=/usr/local/share/AlephOne
-A1_SCEN_DIR=~/games/marathon/AlephOneScenarios
-
-if [[ "x$(basename $0)" == "xmarathon" ]]; then
- if [[ "x$1" == "x--list" ]]; then
- ls ${A1_SCEN_DIR}
- exit 0
- fi
- scenario=$1
-else
- scenario=$(basename $0)
-fi
-
-export ALEPHONE_DATA="${A1_MAIN_DIR}:${A1_SCEN_DIR}/${scenario}"
-cd ~/games/marathon
-alephone