Skip to content

Instantly share code, notes, and snippets.

@brookemckim
Created June 22, 2013 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brookemckim/5842412 to your computer and use it in GitHub Desktop.
Save brookemckim/5842412 to your computer and use it in GitHub Desktop.
osascript -e 'tell application "iTunes" to activate' -e 'tell application "System Events"' -e 'tell application process "iTunes"' -e 'click menu item "Update iTunes Match" of menu 1 of menu bar item "Store" of menu bar 1' -e 'end tell' -e 'end tell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment