slackbuilds_ponce/games/bloodfrontier/bfserver_wrapper

8 lines
132 B
Text
Raw Normal View History

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