#!/bin/bash

# Change to the directory this file lives in
cd "`dirname \"$0\"`"
cd ../../../BackEnd

# Get the NXJ_HOME environment variable
source ~/.bash_profile

# Launch EnchantingBridge and have it launch Enchanting.
./run ../FrontEnd/EnchantingFE.app/Contents/MacOS/Enchanting ${@} &
