mirror of
https://github.com/iAmInActions/random-scripts.git
synced 2024-11-12 23:21:32 +00:00
803431985e
A set of utility scripts for copying apps and files between adb-capable phones using a computer. Preserves the path and attributes.
4 lines
35 B
Bash
4 lines
35 B
Bash
#!/bin/bash
|
|
|
|
adb push "sdcard" "/"
|