#!/bin/sh
# run a shell console
source setupEnvironment.sh

echo "$0 launched with fcs-gui version $FCS_VERSION"

/bin/sh $DISTRIBUTION_GUI_BIN/CCSbootstrap.sh -app ShellCommandConsole
