diff options
Diffstat (limited to 'games/tome-ah/tome-gcu.sh')
-rw-r--r-- | games/tome-ah/tome-gcu.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/tome-ah/tome-gcu.sh b/games/tome-ah/tome-gcu.sh new file mode 100644 index 0000000000000..b0cc67e6c7d38 --- /dev/null +++ b/games/tome-ah/tome-gcu.sh @@ -0,0 +1,6 @@ +#!/bin/sh +#USERDIR=$(pwd) +GAMES_TOME=/usr/share/games/tome-ah/bin +cd $GAMES_TOME +exec ${GAMES_TOME}/tome-gcu "$@" +#cd $USERDIR |