#!/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 recoverer $SCRIPT_LOCATION/recoverer.jstart "$*" # This newline must remain