Mac OS X – run shell script from the desktop GUI

Yes – just put a .command suffix on the script.

Note: make sure the script is executable, e.g.

$ chmod +x myscript.command

Leave a Comment