#!/bin/sh # Get the location of the script and return to the base directory CURRENT_DIR=`pwd` RELATIVE_DIR=`dirname $0` cd $RELATIVE_DIR SCRIPT_LOCATION=`pwd` cd $CURRENT_DIR $SCRIPT_LOCATION/launcher.sh scan $SCRIPT_LOCATION/scan.jstart "$*" # This newline must remain