Last active
January 11, 2022 12:59
-
-
Save alopatindev/634081d9bd4d9bbc799152dface335c0 to your computer and use it in GitHub Desktop.
Upload specific music to Android device one-liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IFS=$'\n' ; for i in $(ls --color=no -1 | grep -v Bone | grep -v Future) ; do adb push "$i" "/mnt/sdcard/Music/Steven_Wilson/$i" ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment