diff options
author | David Melik <dchmelik@gmail.com> | 2023-03-18 04:13:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:47 +0700 |
commit | 599e8f5cd400f82f60b49c68820ff073cc9c1912 (patch) | |
tree | d4731c8c335260b5460f5e5a8be07f75bb0bcce7 /games/tome-ah/tome-gtk2.sh | |
parent | a258070b8a1bdc29bc11c2d355b386ea097e55e9 (diff) |
games/tome-ah: Updated for version 20230210_2209ab8.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome-ah/tome-gtk2.sh')
-rw-r--r-- | games/tome-ah/tome-gtk2.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/tome-ah/tome-gtk2.sh b/games/tome-ah/tome-gtk2.sh new file mode 100644 index 0000000000000..92ea326c22bb7 --- /dev/null +++ b/games/tome-ah/tome-gtk2.sh @@ -0,0 +1,6 @@ +#!/bin/sh +#USERDIR=$(pwd) +GAMES_TOME=/usr/share/games/tome-ah/bin +cd $GAMES_TOME +exec ${GAMES_TOME}/tome-gtk2 "$@" +#cd $USERDIR |