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

6 lines
50 B
Bash

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