PKGBUILDs/community/tremulous/tremded.launcher
2009-10-09 21:15:33 -05:00

5 lines
56 B
Bash

#!/bin/sh
cd "/opt/tremulous"
./TREM_BINARY $*
exit $?