Shell-Skript executable...

newmedia

Registered
I need to change a Textfile to an executable Shell-Skript to use this by Double-Click in the Finder-Environment.

What is to do???

Bye from Germany
 
1) First row of file: #!/bin/sh
2) Make it executable: chmod +x filename
3) Rename it filename.command
4) Remember to save the file as a pure textfile with Unix line breaks.
 
Back
Top