slackbuilds_ponce/games/bloodfrontier/bfclient_wrapper
ponce b4abf85f95 games/bloodfrontier: Added (first-person shooter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-12-29 20:07:35 -06:00

7 lines
130 B
Bash

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