vp-build/srcpkgs/warsow/files/wsw-server.launcher

6 lines
56 B
Bash

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