mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4e0cd39294
Signed-off-by: B. Watson <yalhcru@gmail.com>
8 lines
270 B
Bash
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 "$@"
|