Shell script to get path of application in MacOS

Here is a shell script that finds an application on my hard drive using a nifty call to Finder using AppleScript:

#!/bin/sh

result=`exec osascript <
            

Leave a Reply

Your email address will not be published. Required fields are marked *