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