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

6 lines
54 B
Bash

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