Created
March 29, 2018 06:47
-
-
Save brzez/7c14a35fdd95575a2701c4bcfdb7f453 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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