PKGBUILDs/community/tremulous/tremded.launcher

6 lines
56 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
#!/bin/sh
cd "/opt/tremulous"
./TREM_BINARY $*
exit $?