Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Created November 14, 2014 14:06
Show Gist options
  • Save hotmeteor/19dde90034c9f3ee7459 to your computer and use it in GitHub Desktop.
Save hotmeteor/19dde90034c9f3ee7459 to your computer and use it in GitHub Desktop.
Extract OS X user profile image
dscl . -read /Users/[YourUsername] JPEGPhoto | tail -1 | xxd -r -p > ~/Desktop/accountImage.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment