mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2026-01-16 14:10:04 +00:00
A set of utility scripts for copying apps and files between adb-capable phones using a computer. Preserves the path and attributes.
6 lines
66 B
Bash
6 lines
66 B
Bash
#!/bin/bash
|
|
|
|
mkdir sdcard >/dev/null
|
|
|
|
adb pull "/sdcard/" sdcard/
|