#!/bin/sh
MONO_PATH=/usr/lib/nuget:$MONO_PATH
export MONO_PATH
exec mono $MONO_OPTIONS --runtime=v4.0 /usr/lib/nuget/NuGet.exe $*
