summaryrefslogtreecommitdiff
path: root/games-fps/alephone/files/alephone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/alephone/files/alephone.sh')
-rw-r--r--games-fps/alephone/files/alephone.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-fps/alephone/files/alephone.sh b/games-fps/alephone/files/alephone.sh
deleted file mode 100644
index 62ac98f85770..000000000000
--- a/games-fps/alephone/files/alephone.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-DIR=$(dirname "${0}")
-CMD=$(basename "${0}")
-ALEPHONE=${CMD%%.sh}
-
-if [[ -z "${1}" ]]
-then
- echo "Usage: ${0} SCENARIO FLAGS"
- echo "Where SCENARIO is one of:"
- for d in "GAMES_DATADIR"/alephone-*
- do
- echo " ${d##*/alephone-}"
- done
- exit 2
-fi
-
-export ALEPHONE_DATA="GAMES_DATADIR/alephone-${1}"
-
-shift
-
-# kill ARTS, because we're just that nice
-if artsshell terminate 2> /dev/null
-then
- sleep 2
-fi
-
-"${DIR}"/"${ALEPHONE}" "$@"