#!/usr/bin/env bash

export MONO_PATH=$MONO_PATH:/usr/lib/widemargin

THIS_EXE="/usr/lib/widemargin/widemargin.exe"

exec mono $THIS_EXE
