#!/bin/sh
export LD_LIBRARY_PATH=/opt/mono/lib:$LD_LIBRARY_PATH
/opt/mono/ubin/mono $*
