Skip to content

Instantly share code, notes, and snippets.

@animatedlew
Created March 24, 2019 21:57
Show Gist options
  • Save animatedlew/cee6f6ea88b0644b6c873140a2066f05 to your computer and use it in GitHub Desktop.
Save animatedlew/cee6f6ea88b0644b6c873140a2066f05 to your computer and use it in GitHub Desktop.
#!/bin/bash
tput reset
for n in {1..100}
do
tput cup 0 0
echo $n
sleep 0.01
done
tput cup 1 0
echo bye!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment