#!/bin/csh -f # Open the Fugu app (SCP/SFTP GUI) # -n = New instance, even if another instance is already open. # -a = Application to open open -n -a '/Applications/Fugu.app' # Note: The following is less desirable. Waits for Fugu to end. #Applications/Fugu.app/Contents/MacOS/Fugu