Skip to content

Instantly share code, notes, and snippets.

@ooharak
Created February 14, 2013 13:22
Show Gist options
  • Select an option

  • Save ooharak/4952734 to your computer and use it in GitHub Desktop.

Select an option

Save ooharak/4952734 to your computer and use it in GitHub Desktop.
Say `About Google' in all voices installed on your Mac OS X in respective languages.
say -v ?|awk -F ' {2,}' '{gsub(" ", "\\ ", $1);print $1,substr($2,0,2)}'|while read n l ; do echo $n; w3m -dump http://www.google.com/intl/$l/about.html|head -5|tail -1|say -v $n ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment