#! /bin/sh
umask 0027


if [ $# -gt 0 ] ; then
  if [ $1 = "-verbose" ] ; then
    set -x
  fi
fi

eval `cat setowbenv.sh`

../owb $*

set +x

