init and upload repository
[cmdllinux.git] / mixed_n_other / _adb_push.sh
blob270b1f43e65c0de9cb7692a6b30e422809ed2d0f
1 for i in *; do adb push "$i" /storage/sdcard0; done