#!/bin/sh
abspath=$(cd ${0%/*} && echo $PWD/${0##*/})

# to get the path only - not the script name - add
path=`dirname "$abspath"`

mono $path/.mono/dotnet-ld.exe $@