1 2 3 4 5 6 7
#!/bin/sh BF_OPTIONS=${BF_OPTIONS:-"-sc8"} cd @LIBDIR@/bloodfrontier exec @LIBDIR@/bloodfrontier/bin/bfserver ${BF_OPTIONS} "$@"