mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Script to make a screenshot on the device
This commit is contained in:
parent
7aeb3627ff
commit
60ae046e66
5
make-screenshot.sh
Executable file
5
make-screenshot.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
../src/dependencies/android-sdk/platform-tools/adb shell screencap -p /sdcard/screenshot.png
|
||||
../src/dependencies/android-sdk/platform-tools/adb pull /sdcard/screenshot.png
|
||||
../src/dependencies/android-sdk/platform-tools/adb shell rm /sdcard/screenshot.png
|
Loading…
x
Reference in New Issue
Block a user