#!/bin/sh

osascript -e 'tell application "iTunes"' \
-e 'play playlist "Library"' \
-e 'end tell'

exit 0
