X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=get.sh;fp=get.sh;h=4c8c8cddcc0eb18585f76428f55dfca5976cd099;hb=83c8a25250245a13bcea03182ac38a3bf478b58c;hp=e5b394dffbc0269b96686ed1c5f045b420fb5ee3;hpb=1853ec1de5d2f229724bc24c1c9b3d3c1572affc;p=aoc2021.git 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