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

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

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