export SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" clear echo "=======================================" echo "===== Building third-party images =====" echo "=======================================" ${SCRIPTPATH}/make-all-third-party.sh echo "=======================================" echo "===== Building EpicMorg images =====" echo "=======================================" ${SCRIPTPATH}/.make-all-epicmorg-based.sh exit 0