diff options
Diffstat (limited to 'games/bloodfrontier/bfclient_wrapper')
-rw-r--r-- | games/bloodfrontier/bfclient_wrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/bloodfrontier/bfclient_wrapper b/games/bloodfrontier/bfclient_wrapper new file mode 100644 index 0000000000..81ae7e3c04 --- /dev/null +++ b/games/bloodfrontier/bfclient_wrapper @@ -0,0 +1,7 @@ +#!/bin/sh + +BF_OPTIONS=${BF_OPTIONS:-"-r"} + +cd @LIBDIR@/bloodfrontier +exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@" + |