Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created September 29, 2014 16:59
Show Gist options
  • Save ttscoff/ca183995b77a732ff191 to your computer and use it in GitHub Desktop.
Save ttscoff/ca183995b77a732ff191 to your computer and use it in GitHub Desktop.
It's pronounced "GIF"
#!/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