#!/bin/bash cd SimpleAnnotationServer--gitfork && mvn package if [ $? = 0 ] ; then echo "" echo "Now run: " echo " ./INSTALL.sh" echo "" fi