#!/bin/sh

readonly thisDir="$(cd "$(dirname "$0")"; pwd -P)"
export OBNC_PREFIX="$thisDir"

"$thisDir/bin/obnc-compile" "$@"
