#!/bin/bash

PREFIX=$(dirname $(dirname $(readlink -f $0)))
exec mono $PREFIX/lib/textus-pro/Textus.exe

