Created
May 30, 2014 18:09
-
-
Save timothyasp/204cb3d050840e256571 to your computer and use it in GitHub Desktop.
ASS: Android Screen Shot
This file contains hidden or 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
ass () { | |
DATE=`date` | |
FILE="./Android Screen Shot $DATE.png" | |
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > "$FILE" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment