mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Add script to pull failed generated images from device
This commit is contained in:
5
app/src/androidTest/assets/pull_failed
Executable file
5
app/src/androidTest/assets/pull_failed
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
P=/sdcard/Android/data/org.isoron.uhabits/cache/Failed/
|
||||
|
||||
adb pull $P
|
||||
adb shell rm -rf $P
|
||||
Reference in New Issue
Block a user