Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active October 20, 2015 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/0be2ee14b680e82d601a to your computer and use it in GitHub Desktop.
Save kbshl/0be2ee14b680e82d601a to your computer and use it in GitHub Desktop.
ADB: capture screenshot directly to Mac from connected device
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > ~/Downloads/adb.screenshot.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment