commit 1a7c5ee75770a259943612e20103556576c85e3f parent dc5b133c0256b7283523f35c344af00717d05a5b Author: pyratebeard <root@pyratebeard.net> Date: Thu, 1 Oct 2020 15:18:04 +0100 repeat 20 times Diffstat:
M | timer | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/timer b/timer @@ -14,4 +14,7 @@ progress() { echo } -progress +for slide in $(seq 1 20) ; do + echo + progress +done