Last active
May 27, 2017 19:03
-
-
Save lukaskollmer/c29b0c52cf59713262794468baee0681 to your computer and use it in GitHub Desktop.
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
| tell application "iTunes" | |
| set song repeat to one # one/all/off | |
| end tell | |
| tell application "iTunes" to play track "Skyfall" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment