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

6 lines
56 B
Bash

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