Skip to content

Instantly share code, notes, and snippets.

@christianroman
Created August 3, 2013 16:48
Show Gist options
  • Save christianroman/6147093 to your computer and use it in GitHub Desktop.
Save christianroman/6147093 to your computer and use it in GitHub Desktop.
Github repository random name suggestion
sh -c 'cat /usr/share/dict/words | sed -n $(echo $((`cat /dev/urandom | od -N3 -An -i` % `cat /usr/share/dict/words | wc -l`)))p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment