#! /bin/sh
workDir=`pwd`
scriptPath=`dirname $0`
scriptPath=`cd $scriptPath ; pwd`
scriptName=`basename $0`
cd $scriptPath

echo "Hello! This is the %INSTALL_PATH/run_aaa.sh script."
echo "   Arg1 = $1 "
echo "   Arg2 = $2 "
echo "   Arg3 = $3 "
echo
echo "Here is the value of RDG_VAR1: '%RDG_VAR1'"
echo "Here is the value of RDG_VAR2: '%RDG_VAR2'"
echo "Here is the value of RDG_VAR3: '%RDG_VAR3'"

cd $workDir

