Spotify appleScript
tell application "Spotify" to playpause
# shell execution
osascript -e 'tell application "Spotify" to playpause'
Hurt Hedgehog
tell application "Spotify" to playpause
# shell execution
osascript -e 'tell application "Spotify" to playpause'