Skip to content

Instantly share code, notes, and snippets.

@moudy
Created February 15, 2013 17:08
Show Gist options
  • Save moudy/4961785 to your computer and use it in GitHub Desktop.
Save moudy/4961785 to your computer and use it in GitHub Desktop.
#!/bin/bash
# play jay-z
jayz() {
osascript <<-EOF
tell application "iTunes" to play track 1 of playlist "Jay-Z"
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment