#!/bin/csh -f # Open the Apple Stocks app # -n = New instance, even if another instance is already open. # - No. Don't use it. It fails when app is already open, reporting: # The application /System/Applications/Stocks.app cannot be # opened for an unexpected reason, # error=Error # Domain=NSOSStatusErrorDomain # Code=-10670 "(null)" # UserInfo={_LSLine=3665, _LSFunction=_LSOpenStuffCallLocal} # -a = Application to open open -a '/System/Applications/Stocks.app'