#! /bin/sh
reldir=`dirname $0`
INST_HOME=`cd $reldir; pwd`
export INST_HOME
exec /usr/bin/python \
     $INST_HOME/z2.py \
     -D "$@"
