-
-
Save troglotit/359b25ee030cc5399928 to your computer and use it in GitHub Desktop.
Download Gravatar image for an email address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SIZE=500 | |
EMAIL="[email protected]" | |
curl "http://www.gravatar.com/avatar/$(echo -n ${EMAIL} | md5sum | awk '{print $1}')?s=${SIZE}" > gravatar.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment