#!/bin/csh -f # Open the specified files in the Preview app. # -n = New instance of the app, even if another instance is already open. # -a = Application to open # :q = Quote each incoming arg in case it contains embedded spaces and such. open -n -a '/System/Applications/Preview.app' $*:q