6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /usr/share/warsow
|
||
|
./wsw_server $*
|
||
|
exit $?
|