#!/bin/sh
export MONO_PATH=/usr/lib/nunit:$MONO_PATH
exec /usr/bin/mono --debug /usr/lib/mono/2.0/gnunit2.exe "$@"
