#!/bin/sh ulimit -t 300 ulimit -v 50000 LD_LIBRARY_PATH=/usr/staff/tapted/mecureo/lib/graphviz export LD_LIBRARY_PATH nice -19 /usr/staff/tapted/mecureo/bin/dot $@ 2>/usr/staff/tapted/mecureo/bin/doterr if [ "$?" != "0" ] ; then cat /usr/staff/tapted/mecureo/bin/doterror.gif fi