]> www.fi.muni.cz Git - aoc2021.git/blobdiff - get.sh
get.sh: print the destination file name while waiting
[aoc2021.git] / get.sh
diff --git a/get.sh b/get.sh
index e5b394dffbc0269b96686ed1c5f045b420fb5ee3..4c8c8cddcc0eb18585f76428f55dfca5976cd099 100755 (executable)
--- a/get.sh
+++ b/get.sh
@@ -12,7 +12,7 @@ WAITSEC=`expr $STARTSEC - $NOW`
 
 if [ $WAITSEC -gt 0 -a $WAITSEC -lt $MAXWAIT ]
 then
-       echo "Waiting for $WAITSEC seconds till $START ..."
+       echo "Waiting for $WAITSEC seconds till $START for getting $FILE ..."
        sleep $WAITSEC
 fi