Skip to content

Instantly share code, notes, and snippets.

@vyder
Created June 9, 2015 05:11
Show Gist options
  • Save vyder/6caaab7175e668d95f49 to your computer and use it in GitHub Desktop.
Save vyder/6caaab7175e668d95f49 to your computer and use it in GitHub Desktop.
Quick script to find Gravatar profiles
echo "=> http://www.gravatar.com/$(md5 -s $1 | cut -d' ' -f 4).json"
> gravatar [email protected]
=> http://www.gravatar.com/1a3ac2e63c52e5a74d7646e992cd195e.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment