Skip to content

Instantly share code, notes, and snippets.

@axelrindle
Last active November 15, 2023 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axelrindle/b2c4fd20a2d620eac53c6d8f1a4e5bed to your computer and use it in GitHub Desktop.
Save axelrindle/b2c4fd20a2d620eac53c6d8f1a4e5bed to your computer and use it in GitHub Desktop.
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