6 BINARY
=$LIBDIR/tremfusion
/$
(basename $0)
7 BASE_PATH
="$DATADIR/tremulous"
8 EXTRA_PATH
="$DATADIR/tremfusion"
11 # TremFusion binaries don't understand "regular" command line parameters. Let's
12 # catch them here, to avoid accidently launching the binary.
14 while [ "$1" != "" ]; do {
15 if [ "$1" = "+set" -o "$1" = "+connect" ]; then
28 if [ ${QUIET} -eq 1 ]; then
29 exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_extrapath ${EXTRA_PATH} $
* >/dev
/null
2>&1
31 exec ${BINARY} +set fs_basepath ${BASE_PATH} +set fs_extrapath ${EXTRA_PATH} $
*