Clear seems working

This commit is contained in:
2023-10-25 15:54:27 +02:00
parent 18bc80ee8e
commit c5d563bea1
3 changed files with 126 additions and 58 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
for i in `seq 1 100`; do
echo $i
sleep 0.05s
echo -en "\n$i"
done