#!/bin/bash

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/hipo

if test "$1" = "--debug"; then \
    exec mdb /usr/lib/hipo/hipo.exe
else
    exec mono  --debug /usr/lib/hipo/hipo.exe $@
fi
