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

adb pull $P Failed/
adb shell rm -r $P
