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