Created
September 1, 2017 19:43
-
-
Save nflint/7504f4a04f6002bf000241c1f117915e to your computer and use it in GitHub Desktop.
Mac Shell Counter - Make your computer count.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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