#!/bin/sh

PATH=$PATH:$KATAHDIN
mono --debug `which Katahdin.Interpreter.exe` "$@"
