Skip to content

Instantly share code, notes, and snippets.

@nanasess
Last active March 17, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanasess/e355242ca9dc23db74df to your computer and use it in GitHub Desktop.
Save nanasess/e355242ca9dc23db74df to your computer and use it in GitHub Desktop.
say -v '?' | while read i; do say -i -v `echo ${i} | awk '{print $1}'` ${i} ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment