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
#!/bin/bash | |
# SyncAudioToDevice.sh | |
# =================== | |
# Use case: | |
# --------- | |
# I just got a pair of Shockz OpenSwim Pro to swim, and this works like an old-school MP3 player. | |
# I want to sync my audio content (music and podcasts) from macOS to the device. | |
# So this script finds and copies downloaded podcasts and music from a specific playlist to the device. | |
# |