Skip to content

Instantly share code, notes, and snippets.

@shakalaca
Created October 4, 2013 08:09
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 shakalaca/6822570 to your computer and use it in GitHub Desktop.
Save shakalaca/6822570 to your computer and use it in GitHub Desktop.
Get screenshot from VM and put into Dropbox
#!/bin/sh
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > ~/Dropbox/Screenshots/`date +"Screenshot_%Y-%m-%d-%H-%M-%S.png"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment