Skip to content

Instantly share code, notes, and snippets.

@bf4
Last active September 9, 2015 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bf4/b1348437c194bdd49d16 to your computer and use it in GitHub Desktop.
Save bf4/b1348437c194bdd49d16 to your computer and use it in GitHub Desktop.
gravatar
ruby -rdigest/md5 -e '%x[ open "http://www.gravatar.com/#{Digest::MD5.hexdigest(ENV["EMAIL"].downcase)}.json"]'
ruby -rdigest/md5 -e '%x[ open "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(ENV["EMAIL"].downcase)}.jpg?size=1024"]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment