Beautiful scrollbars

This commit is contained in:
2023-10-26 20:52:31 +02:00
parent ce8b4fae68
commit e3d891c522
3 changed files with 49 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
echo -en "0"
for i in `seq 1 100`; do
sleep 0.05s
sleep 0.005s
echo -en "\n$i"
done