echo "***" echo "Packing the contents of greenstone3/ into: webapps/webapps_greenstone.war" echo "***" pushd webapps jar cf "webapps_greenstone.war" -C greenstone3/ * popd