7 Aug
2022
7 Aug
'22
6:36 p.m.
i'm basically doing this but with copypaste instead of the first pipe: adb shell find / -name '*sonicPenguins*' 2>/dev/null | dos2unix | while read folder; do adb pull "$folder"; done