void-packages/srcpkgs/warsow/files/warsow.launcher
2020-01-27 14:12:47 +01:00

5 lines
50 B
Bash

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