Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created September 3, 2008 14:54
Show Gist options
  • Save hakobe/8599 to your computer and use it in GitHub Desktop.
Save hakobe/8599 to your computer and use it in GitHub Desktop.
tell application "iTunes"
play
repeat while (true)
delay 1
next track
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment