From: Jan "Yenya" Kasprzak Date: Mon, 13 Dec 2021 05:28:36 +0000 (+0100) Subject: get.sh: print the destination file name while waiting X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=aoc2021.git;a=commitdiff_plain;h=83c8a25250245a13bcea03182ac38a3bf478b58c get.sh: print the destination file name while waiting --- diff --git a/get.sh b/get.sh index e5b394d..4c8c8cd 100755 --- 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