#!/bin/sh

# include OWB environment settings
DIR=`expr $0 : '\(.*\)/'`
if [ "x$DIR" = "x" ]; then
  DIR=.
fi

. $DIR/owbenv

$OWB_LAUNCHER_CMD oracle.owb.scripting.omu.OMBShellw $*
