summaryrefslogtreecommitdiffstats
path: root/games/tome-ah/tome.sh
diff options
context:
space:
mode:
author David Melik2017-05-24 18:25:55 +0200
committer Willy Sudiarto Raharjo2017-05-27 02:30:52 +0200
commit7b60aa6ffe37bb45338ec5a7ce216468bedabd5c (patch)
tree37be6b5bf7865ba8176e37249e08d54f662aa9f9 /games/tome-ah/tome.sh
parentb9c568b942fdc12fbfb7100549e53433f9e7465d (diff)
downloadslackbuilds-7b60aa6ffe37bb45338ec5a7ce216468bedabd5c.tar.gz
games/tome-ah: Added (fantasy adventure game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome-ah/tome.sh')
-rw-r--r--games/tome-ah/tome.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/tome-ah/tome.sh b/games/tome-ah/tome.sh
new file mode 100644
index 0000000000..d71e45b553
--- /dev/null
+++ b/games/tome-ah/tome.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+USERDIR=$(pwd)
+GAMES_TOME=/usr/share/games/tome-ah/bin
+cd $GAMES_TOME
+exec ${GAMES_TOME}/tome "$@"
+cd $USERDIR