#!/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 bootstrap $SCRIPT_LOCATION/../../../../exe/startup.properties "$*"
# This newline must remain