slackbuilds_ponce/games/worldofpadman/wrapper.sh
B. Watson 4db2eea103 games/worldofpadman: Remove cruft, fix icons, desktop, add wrappers.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-04-29 10:30:54 -04:00

10 lines
349 B
Bash

#!/bin/sh
# 20220428 bkw: wrapper script for worldofpadman SBo build. needed
# because wop and wopded expect to be called with full path (so they
# can find their data files), but we want to be able to run them from
# $PATH.
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
exec /opt/worldofpadman/@EXE@.@ARCH@ "$@"