#!/bin/sh
umask 077
exec /opt/mono/bin/mono $MONO_OPTIONS /opt/mono/lib/mono/4.5/makecert.exe "$@"
