Skip to content

Instantly share code, notes, and snippets.

@addiedx44
Forked from kristopherjohnson/gravatar.sh
Created June 20, 2016 19:35
Show Gist options
  • Save addiedx44/3e065df9d474bf5e1e1c4ffa88fe1062 to your computer and use it in GitHub Desktop.
Save addiedx44/3e065df9d474bf5e1e1c4ffa88fe1062 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment