Created
September 29, 2014 16:59
-
-
Save ttscoff/ca183995b77a732ff191 to your computer and use it in GitHub Desktop.
It's pronounced "GIF"
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
#!/bin/bash | |
say -v Vicki "it's pronounced gif" | |
say -v Zarvox "it's pronounced jiff" | |
while true; do | |
say -v Vicki "no, it's pronounced gif" | |
say -v Zarvox "it's pronounced jiff" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment