summaryrefslogtreecommitdiffstats
path: root/games/tome-ah/tome.sh
blob: d71e45b553dcc2380aedaa0006428c2e27585006 (plain)
#!/bin/sh
USERDIR=$(pwd)
GAMES_TOME=/usr/share/games/tome-ah/bin
cd $GAMES_TOME
exec ${GAMES_TOME}/tome "$@"
cd $USERDIR