Skip to content

Instantly share code, notes, and snippets.

@timothyasp
Created May 30, 2014 18: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 timothyasp/204cb3d050840e256571 to your computer and use it in GitHub Desktop.
Save timothyasp/204cb3d050840e256571 to your computer and use it in GitHub Desktop.
ASS: Android Screen Shot
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