desktop/warsow/wswtv-server.launcher

6 lines
56 B
Plaintext
Raw Normal View History

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