Endint up where it all began

This commit is contained in:
Éibhear Ó hAnluain 2017-08-12 22:57:18 +01:00
parent 528d57851f
commit 96664c2d5f

View file

@ -70,6 +70,7 @@ if [ ${?} -ne 0 ]; then
exit 1
fi
# Preserve the war file
mv -v ${DEV_HOME}/source/lib/javaBootcampNoEclipse{,-up-to-lesson-4}.war
# Clean up
@ -129,6 +130,7 @@ if [ ${?} -ne 0 ]; then
exit 1
fi
# Preserve the war file
mv -v ${DEV_HOME}/source/lib/javaBootcampNoEclipse{,-lesson-5}.war
cd ${DEV_HOME}
@ -136,3 +138,6 @@ rm -vf ${DEV_HOME}/source/java/org/gibiris/javaBootcampNoEclipse/*.class
rm -vf ${DEV_HOME}/source/java/org/gibiris/javaBootcampNoEclipse/Astro/*.class
rm -vf ${DEV_HOME}/source/lib/javaBootcampNoEclipse.?ar
rm -vfr ${DEV_HOME}/webapp
# Let's get back to where we started, git-wise
git checkout all-lessons-in-one-shell-script