summaryrefslogtreecommitdiffstats
path: root/games/bloodfrontier/bfclient_wrapper
blob: 81ae7e3c045ade64fb5bb13e71840620e1aba836 (plain)
1
2
3
4
5
6
7
#!/bin/sh

BF_OPTIONS=${BF_OPTIONS:-"-r"}

cd @LIBDIR@/bloodfrontier
exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@"