#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

/Library/Frameworks/Mono.framework/Commands/mono --debug $DIR/objcgen.exe "$@"
