useful_stuff.get_all()
I hope you find this useful!
Tuesday, March 24, 2020
pull multiple files from android via adb
Got answer from https://stackoverflow.com/questions/11074671/adb-pull-multiple-files
adb shell 'ls /sdcard/DCIM/Camera/20200327*.mp4' | tr -d '\r' | xargs -n1 adb pull
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)