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 <
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 <