Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created June 19, 2013 09:39
Show Gist options
  • Save hammerdr/5813037 to your computer and use it in GitHub Desktop.
Save hammerdr/5813037 to your computer and use it in GitHub Desktop.
awesome
n=$(cat /usr/share/dict/words | wc -l); while true; do cat -n /usr/share/dict/words | grep -w $(jot -r 1 1 $n) | cut -f2 | say; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment