mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
7 lines
121 B
Bash
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
|