#!/usr/bin/env bash
MONO_PATH=`dirname $0`:$MONO_PATH exec `which mono` --debug $MONO_OPTIONS /usr/lib/sdb/sdb.exe "$@"
