summaryrefslogtreecommitdiffstats
path: root/games/worldofpadman/wrapper.sh
blob: 60ea1304af4d52ab4cd5090adf94b8c0137ae12e (plain)
1
2
3
4
5
6
7
8
9
10
#!/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@ "$@"