utility to sync an itunes playlist to a directory (like a mounted sd card/phone)

add readme with usage

+9
+9
README.md
··· 1 + rsync the files of an itunes playlist with another directory, most likely a usb 2 + music device. 3 + 4 + creates symlinks in a scratch directory pointing to the real destination 5 + directory, then uses rsync to actually copy them out to the destination. 6 + 7 + requires the `appscript` gem. 8 + 9 + usage: `ruby itunes-rsync.rb "ipod (auto)" /Volumes/music/`