diff --git a/scripts/syncInITunes.scpt b/scripts/syncInITunes.scpt new file mode 100644 index 0000000..b47d697 --- /dev/null +++ b/scripts/syncInITunes.scpt @@ -0,0 +1,6 @@ +tell application "iTunes" + repeat with s in sources + --display alert (name of s as text) & " " & (kind of s as text) + if (kind of s is iPod) then update s + end repeat +end tell