#!/bin/bash
P=/sdcard/Android/data/org.isoron.uhabits/cache/Failed/

adb pull $P
adb shell rm -rf $P
