#!/bin/sh
#
#  play
#  stop
#  'next track'
#  'previous track'
osascript -e 'tell application "iTunes"' -e "$@" -e 'end tell'
