#!/bin/sh

if [ -z "$SCRIPT_FILENAME" ]; then
	export SCRIPT_FILENAME=$1
fi

mono /usr/share/oscript/bin/oscript.exe -cgi "$@"

