desktop/warsow/warsow.launcher
2011-07-21 23:01:49 +00:00

6 lines
50 B
Bash

#!/bin/bash
cd "/opt/warsow"
./warsow $*
exit $?