Add script to pull failed generated images from device

This commit is contained in:
2016-03-26 19:47:53 -04:00
parent 51b7cfc8fa
commit 4f65c8bef1

View File

@@ -0,0 +1,5 @@
#!/bin/bash
P=/sdcard/Android/data/org.isoron.uhabits/cache/Failed/
adb pull $P
adb shell rm -rf $P