#!/bin/csh -f # Open the specified files in the Safari browser. # -n = New instance of the browser, 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 '/Applications/Safari.app' $*:q