desktop/warsow/wsw-server.launcher
2011-07-21 23:01:49 +00:00

6 lines
54 B
Bash

#!/bin/bash
cd "/opt/warsow"
./wsw_server $*
exit $?