Skip to content

Instantly share code, notes, and snippets.

@kevinmichaelchen
Created May 16, 2014 01:50
Show Gist options
  • Save kevinmichaelchen/748dc265f8726254413e to your computer and use it in GitHub Desktop.
Save kevinmichaelchen/748dc265f8726254413e to your computer and use it in GitHub Desktop.
Tabata Script
while true; do for i in `seq 1 30`; do echo $i; sleep 1; done; tput bel; tput bel; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment