6 lines
52 B
Text
6 lines
52 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd /usr/share/warsow
|
||
|
./warsow $*
|
||
|
exit $?
|