Skip to content

Instantly share code, notes, and snippets.

@Aergonus
Created January 20, 2017 00:29
Show Gist options
  • Save Aergonus/8f61871bf848dec4c11ae2960fa002c7 to your computer and use it in GitHub Desktop.
Save Aergonus/8f61871bf848dec4c11ae2960fa002c7 to your computer and use it in GitHub Desktop.
MAC Auto Talking Shell Script
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