#!/bin/sh
#

#TRACE=-Dtrace=ALL

exec java $TRACE JExpress "$@"

#eof
