#!/bin/sh

# setup additional JVM options
# use single quote to expand the value of $ORACLE_HOME later in owbenv
OWB_JVM_OPTS='-DOWBCC_HOME=$ORACLE_HOME'

# include OWB environment settings
DIR=`expr $0 : '\(.*\)/'`
. $DIR/owbenv

$OWB_LAUNCHER_CMD oracle.wh.ui.install.assistant.wizards.AssistantWizard $*
