Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created August 13, 2012 20:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save kristopherjohnson/3343852 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/3343852 to your computer and use it in GitHub Desktop.
Download Gravatar image for an email address
curl "http://gravatar.com/avatar/$(md5 -q -s myemail@example.com)" > avatar.png
@kristopherjohnson
Copy link
Author

@stokito
Copy link

stokito commented Feb 12, 2021

For Ubuntu md5 is not installed and must be used md5sum instead. The gist may be used instead https://gist.github.com/egel/c5e0b8c59221bf92481f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment