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

6 lines
58 B
Bash

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