-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using proper laud countdown before cleaning of repository #3744
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My initial reaction is that this is someone unneeded but I won't block it ;-)
Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
I definitely do not insists on this, but come to me as a good idea since I already at least once overlooked that and lsot build. |
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
while [ $i -gt 0 ] ; do echo -n " $i " && sleep 1 && i=$(($i-1)) ; done && echo " $i" ^-- SC2086 (info): Double quote to prevent globbing and word splitting. ^-- SC2004 (style): $/${} is unnecessary on arithmetic variables.
ok. two approvers done. What now? Can anybody merge please? |
ty! |
There is couple of
here in log only the
doing osmething terrible in Xs
appear.I think it may be better to print out proper dynamic countdown instead of just dark screen. WDYT?
I had put it to commn.sh, but some other place may be better. Also I had used it as example only on two places in prepareWorkspace, where there definitely is more applicable places over scripts.
WDYT?