Skip to content

Instantly share code, notes, and snippets.

@ccnokes
Created August 13, 2018 14:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ccnokes/887a2cb77cfbee865897f5f5de7fabb2 to your computer and use it in GitHub Desktop.
Save ccnokes/887a2cb77cfbee865897f5f5de7fabb2 to your computer and use it in GitHub Desktop.
Plays Rick Astley's "Never Gonna Give You Up" in Spotify
#!/bin/bash
osascript <<EOD
tell application "Spotify"
activate
play track "spotify:track:4uLU6hMCjMI75M1A2tKUQC"
play
end tell
EOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment