Skip to content

Instantly share code, notes, and snippets.

@fk2000
Created December 19, 2013 16:32
Show Gist options
  • Save fk2000/8042138 to your computer and use it in GitHub Desktop.
Save fk2000/8042138 to your computer and use it in GitHub Desktop.
(start=1; end=10; while [[ $start -le $end ]]; do clear; echo $(($end-$start)); sleep 1; start=$(($start+1)); done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment