#!/bin/bash

export MONO_GAC_PREFIX=$MONO_GAC_PREFIX:/usr

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