slackbuilds_ponce/games/ggmud/ggmud-wrapper.sh
B. Watson 4e0cd39294 games/ggmud: Updated for version 0.9.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-02-21 14:34:27 -06:00

8 lines
270 B
Bash

#!/bin/sh
# wrapper script for ggmud, part of SlackBuilds.org ggmud build.
# written by B. Watson, licensed under the WTFPL.
# this script is needed because ggmud segfaults if it's started
# from anywhere but its install directory.
cd @OPT@/ggmud && exec ./ggmud "$@"