Created
January 20, 2017 00:29
-
-
Save Aergonus/8f61871bf848dec4c11ae2960fa002c7 to your computer and use it in GitHub Desktop.
MAC Auto Talking Shell Script
This file contains 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
while true; do for voice in `say -v '?' | awk '{print $1}'`; do tput bel; say -v $voice "Beep"; printf "\a"; done ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment