Last active
February 21, 2016 13:38
-
-
Save antonagestam/c8a47b4d6bfb8d23e3dc to your computer and use it in GitHub Desktop.
good morning!
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
| osascript -e 'tell application "Spotify" to activate'; | |
| sleep 5; | |
| osascript -e 'tell application "Spotify" to set shuffling to true'; | |
| osascript -e 'tell application "Spotify" to play track "spotify:user:bananatrapp:playlist:4a6RQIxSGXZVvXy6ckDeL5"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment