#!/bin/sh

export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:/usr

exec /usr/bin/mono  /usr/lib/last-exit/last-exit.exe "$@"
