commit 3d4dba049f45ca4ab0254e2f2a848a35699f4c36 parent 9332e0ba122411496455c744e6af06809580cce3 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 1 Oct 2020 15:27:33 +0100 clear progress bar line for each new 20 seconds Diffstat:
M | timer | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/timer b/timer @@ -28,4 +28,5 @@ ${reset}" for slide in $(seq 1 20) ; do echo progress + echo -ne "\e[2A" done