From 96664c2d5fb01acaa00d3d5b64b85f481b5b1cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ibhear=20=C3=93=20hAnluain?= Date: Sat, 12 Aug 2017 22:57:18 +0100 Subject: [PATCH] Endint up where it all began --- source/scripts/allInOne.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/scripts/allInOne.sh b/source/scripts/allInOne.sh index 362d795..624a856 100755 --- a/source/scripts/allInOne.sh +++ b/source/scripts/allInOne.sh @@ -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