slackbuilds_ponce/games/quackle/quackle.sh
B. Watson 7d86a62013 games/quackle: Added (crossword game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-03-11 20:23:46 +07:00

9 lines
314 B
Bash

#!/bin/sh
# shell script wrapper for quackle SBo build (WTFPL).
# the game doesn't appear to write to its current directory, all
# preferences get saved to ~/.config/Quackle.org/Quackle.conf
# so we don't need a private per-user directory here.
cd /usr/share/games/quackle
exec /usr/libexec/quackle/quackle "$@"