Skip to content

Instantly share code, notes, and snippets.

@tarchan
Forked from hakobe/gist:8599
Created September 3, 2008 15:17
Show Gist options
  • Save tarchan/8605 to your computer and use it in GitHub Desktop.
Save tarchan/8605 to your computer and use it in GitHub Desktop.
淡々と1秒まっては次の曲を再生するAppleScript
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