diff --git a/AuswertungKlausur/noten.sh b/AuswertungKlausur/noten.sh index 2a21cf9193715299909b05d4c29539fad5d5edbb..71c91c6e1e8dac6e0f90a3bcac0d0105e68fee99 100755 --- a/AuswertungKlausur/noten.sh +++ b/AuswertungKlausur/noten.sh @@ -5,7 +5,7 @@ #rm -rf Unpack # The original examination project skeleton -PROJECTREF=~/workspace/GoikLectures/Klausuren/Sd1/2017Summer/Exam +PROJECTREF=~/GoikLectures/Klausuren/Sd1/2017Summer/Exam # Representative of archive integrity SRCREPRESENT=src/main/java/de/hdm_stuttgart/mi/sd1/aufgabe1/HandyAbrechnung.java @@ -68,5 +68,5 @@ for zip in $( ls *.zip); do rm -rf Unpack done - +echo Results at ~/results.log #end