Skip to content

Instantly share code, notes, and snippets.

@wigsy
Created August 17, 2012 17:01
Show Gist options
  • Save wigsy/3380621 to your computer and use it in GitHub Desktop.
Save wigsy/3380621 to your computer and use it in GitHub Desktop.
Fun for the whole family with say in your OSX terminal
#!/bin/bash
for voice in $(say -v ? | awk '{print $1}'); do
say -v $voice "${voice} says - that shit rocks my ass solid yo"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment