mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
9 lines
270 B
Bash
9 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 "$@"
|