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

6 lines
58 B
Plaintext
Raw Normal View History

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