#!/bin/csh -f # Open Apple TV app # -n = New instance of the app, even if another instance is already open. # Necessary for Apple TV? # -a = Application to open # :q = Quote each incoming arg in case it contains embedded spaces and such. # Do args ever apply to Apple TV? open -n -a '/System/Applications/TV.app' $*:q