Skip to content

Instantly share code, notes, and snippets.

@toshi75
Created July 15, 2022 00:14
Show Gist options
  • Save toshi75/eac0a39f7f733a118bf077348d707fba to your computer and use it in GitHub Desktop.
Save toshi75/eac0a39f7f733a118bf077348d707fba to your computer and use it in GitHub Desktop.
No Scroll
N=1
for i in {1..1000} ;do
echo -ne "Time: $N s\r"
sleep 1s
let N++
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment