Skip to content

Instantly share code, notes, and snippets.

@QuinnStephens
Created August 25, 2015 20:55
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 QuinnStephens/c0a7bd9060bbfd3aed80 to your computer and use it in GitHub Desktop.
Save QuinnStephens/c0a7bd9060bbfd3aed80 to your computer and use it in GitHub Desktop.
Function for quick unique Android emulator screenshots
function acap {
NOW=`date +%s`
adb shell /system/bin/screencap -p /sdcard/screenshot_"${NOW}".png
adb pull /sdcard/screenshot_"${NOW}".png ~/Downloads/screenshot_"${NOW}".png
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment