mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
P=/sdcard/Android/data/org.isoron.uhabits/cache/Failed/
|
|
|
|
adb pull $P Failed/
|
|
adb shell rm -r $P
|