#!/bin/sh

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

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