45886ec3a1
Systems. WWW: http://www.icculus.org/duke3d/ PR: ports/63082 Submitted by: arundel@gmx.net
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/bin/sh
|
|
# Needed to make symlinks/shortcuts work.
|
|
# Wrap lsdldoom binary
|
|
cd %%DUKEDIR%%
|
|
./duke3d $*
|
|
exit $?
|