slackbuilds_ponce/games/bloodfrontier/bfclient_wrapper

8 lines
130 B
Text
Raw Normal View History

#!/bin/sh
BF_OPTIONS=${BF_OPTIONS:-"-r"}
cd @LIBDIR@/bloodfrontier
exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@"