#!/bin/sh
BINDIR=`dirname "$0"`
MANDROID_DIR="$BINDIR/.."

unset MONO_PATH
exec mono $MONO_OPTIONS "$MANDROID_DIR/aprofutil.exe" "$@"
