https://www.fi.muni.cz/~kas/git
/
aoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1853ec1
)
get.sh: print the destination file name while waiting
author
Jan "Yenya" Kasprzak
<kas@fi.muni.cz>
Mon, 13 Dec 2021 05:28:36 +0000
(06:28 +0100)
committer
Jan "Yenya" Kasprzak
<kas@fi.muni.cz>
Mon, 13 Dec 2021 05:28:36 +0000
(06:28 +0100)
get.sh
patch
|
blob
|
history
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