Snippet #952
xkcd-style random password generator: ruby -e "puts File.open('/usr/share/dict/words').read.split.shuffle.first(4).join(' ').downcase"
xkcd-style random password generator: ruby -e "puts File.open('/usr/share/dict/words').read.split.shuffle.first(4).join(' ').downcase"