Creating Executable Applications from Shell Scripts on OS X
Todays post gives a short overview of two ways to execute shell scripts from the GUI, i.e. the Finder.
Using the Extension .command
The easiest way to convert a shell script into a clickable application is to append the extension .command. If you double click on the .command file in the Finder it should be executed.
Creating ...