summaryrefslogtreecommitdiffstats
path: root/warsow/wsw-server.launcher
blob: 5035253e63e80ed79bf16d0ed46a5c2d1b1918f8 (plain)
1
2
3
4
5
#!/bin/bash

cd "/opt/warsow"
./wsw_server $*
exit $?