Skip to content

Instantly share code, notes, and snippets.

@alopatindev
Last active January 11, 2022 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alopatindev/634081d9bd4d9bbc799152dface335c0 to your computer and use it in GitHub Desktop.
Save alopatindev/634081d9bd4d9bbc799152dface335c0 to your computer and use it in GitHub Desktop.
Upload specific music to Android device one-liner
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