Skip to content

Instantly share code, notes, and snippets.

@ghandic
Last active May 3, 2018 14:31
Show Gist options
  • Save ghandic/72180f0b43a1769da6ad6c3f33fbb490 to your computer and use it in GitHub Desktop.
Save ghandic/72180f0b43a1769da6ad6c3f33fbb490 to your computer and use it in GitHub Desktop.
Say Hello in every voice on the mac
hi -v '?' | awk '{print $1}' | xargs -I{} say -v {} Hello my name is {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment