Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AlejandroSilva/b2dc78f37acf87ffd52b3cde6c4a570c to your computer and use it in GitHub Desktop.

Select an option

Save AlejandroSilva/b2dc78f37acf87ffd52b3cde6c4a570c 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