aboutsummaryrefslogtreecommitdiffstats
path: root/games/jfduke3d/files/wrapper.sh
blob: de588ed1248641acb522d27056530cc45e719d20 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# Wrap duke3d binary
cd %%DUKEDIR%%
./duke3d $*
exit $?