Last active
March 17, 2016 16:43
-
-
Save nanasess/e355242ca9dc23db74df to your computer and use it in GitHub Desktop.
All listen to `say` ref: http://qiita.com/nanasess/items/8db54f8c3078f7ae65f5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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