void-packages/srcpkgs/warsow/files/wswtv-server.launcher

6 lines
58 B
Text
Raw Normal View History

2012-07-29 07:55:28 +00:00
#!/bin/sh
cd /usr/share/warsow
./wswtv_server $*
exit $?