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

6 lines
56 B
Bash

#!/bin/sh
cd /usr/lib/warsow
./wswtv_server $*
exit $?