mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
7d86a62013
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
314 B
Bash
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 "$@"
|