#!/usr/bin/env sh

# This is a shell wrapper to make executing boswars simpler.
# It's necessary as boswars looks for its files in the current directory. As
# they are installed in ${prefix}/share/boswars this script automatically sets
# the path with the -d option.


exec boswars-bin -d __BOSWARS__ "$@"
