#!/bin/sh

#Resolve the full path to the JMC dir
JMCDIR="$(cd "$(dirname "$0")/../lib/missioncontrol" > /dev/null && pwd -P)"
"$JMCDIR/jmc" $*
