#!/bin/sh
INSTALLDIR=`dirname $0`
echo ${INSTALLDIR}
CONFIG=${INSTALLDIR}/plantuml.conf
java -jar ${INSTALLDIR}/plantuml.jar -config $CONFIG "$@"