#!/bin/bash

export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:/usr

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