desktop/warsow/wsw-server.launcher

6 lines
54 B
Plaintext
Raw Normal View History

2011-07-22 07:01:49 +08:00
#!/bin/bash
cd "/opt/warsow"
./wsw_server $*
exit $?