Skip to content

Instantly share code, notes, and snippets.

@brzez
Created March 29, 2018 06:47
Show Gist options
  • Save brzez/7c14a35fdd95575a2701c4bcfdb7f453 to your computer and use it in GitHub Desktop.
Save brzez/7c14a35fdd95575a2701c4bcfdb7f453 to your computer and use it in GitHub Desktop.
#!/bin/bash
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
xclip -selection clipboard -t image/png -i screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment