Skip to content

Instantly share code, notes, and snippets.

@kylerberry
Last active June 29, 2018 17:40
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 kylerberry/7c539c84eeaa81f89f72b41c6b287c8e to your computer and use it in GitHub Desktop.
Save kylerberry/7c539c84eeaa81f89f72b41c6b287c8e to your computer and use it in GitHub Desktop.
count=10000
while [ $count -gt 0 ]
do
say 'Kyler'
sleep 60;
let count-=1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment