export PROJECT_NAME="PolygonFill" export PROJECT_DIR="src/sig" export MAIN_CLASS="sig.${PROJECT_NAME}" export OUT_DIR="bin" if [ -z "$1" ] then echo "" echo " Usage: ./sig {args}" echo "" echo " Command List:" ls -1 ./scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /' echo "" exit fi ./scripts/$1.sh "${*:2}"