#! /bin/sh
workDir=`pwd`
scriptPath=`dirname $0`
scriptPath=`cd $scriptPath ; pwd`
scriptName=`basename $0`
cd $scriptPath
$JAVA_HOME/bin/java -jar %INSTALL_PATH/bin/IzPackTest.jar

cd $workDir


