slackbuilds/games/tome-ah/tome.sh

7 lines
121 B
Bash

#!/bin/sh
USERDIR=$(pwd)
GAMES_TOME=/usr/share/games/tome-ah/bin
cd $GAMES_TOME
exec ${GAMES_TOME}/tome "$@"
cd $USERDIR