Created
December 13, 2014 08:34
-
-
Save olexale/a26be3234c971dc5da83 to your computer and use it in GitHub Desktop.
Android screenshot script
This file contains 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
#!/bin/sh | |
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment