Files
random-scripts/droidclone/data/pull-sd-content.sh
iAmInAction 803431985e Add droidclone
A set of utility scripts for copying apps and files between adb-capable phones using a computer. Preserves the path and attributes.
2023-07-08 15:18:19 +00:00

6 lines
66 B
Bash

#!/bin/bash
mkdir sdcard >/dev/null
adb pull "/sdcard/" sdcard/