Skip to content

Instantly share code, notes, and snippets.

@teshi04
Created July 4, 2014 05:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teshi04/81e7aed71bbfd7146924 to your computer and use it in GitHub Desktop.
Save teshi04/81e7aed71bbfd7146924 to your computer and use it in GitHub Desktop.
adbでスクリーンショットを撮るやつ
#!/bin/sh
DATE=`date '+%y%m%d%H%M%S'`
adb shell screencap -p /sdcard/screen-${DATE}.png
adb pull /sdcard/screen-${DATE}.png
adb shell rm /sdcard/screen-${DATE}.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment