Last active
November 15, 2023 14:33
-
-
Save axelrindle/b2c4fd20a2d620eac53c6d8f1a4e5bed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {1..100} | |
do | |
echo -e "$i / 100\x1B[1F" | |
sleep .1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment