views:

164

answers:

2

You can create a shell script or a Python or Ruby script and run it on the Mac by using "Terminal" ... if you have Finder open, and you click on the icon for the file containing the source code of a saved shell script, is there a way to have that script run, instead of opening in my text editor ?

+1  A: 

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

Paul R