Skip to content

Instantly share code, notes, and snippets.

@nflint
Created September 1, 2017 19:43
Show Gist options
  • Save nflint/7504f4a04f6002bf000241c1f117915e to your computer and use it in GitHub Desktop.
Save nflint/7504f4a04f6002bf000241c1f117915e to your computer and use it in GitHub Desktop.
Mac Shell Counter - Make your computer count.
#!/bin/sh
## Last used as a verbal timer for my kids
for ((i=0; i<=1000; i+=1)); do
say $i
sleep .33
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment