mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
6 lines
268 B
Bash
Executable File
6 lines
268 B
Bash
Executable File
#!/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
|