slackbuilds_ponce/games/ggmud/ggmud-wrapper.sh

9 lines
270 B
Bash
Raw Normal View History

#!/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 "$@"