mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
4db2eea103
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
349 B
Bash
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@ "$@"
|