What replaced .command?

VGZ

Registered
In the PB you could put .command on the end of a command line file like a shell script and you would then be able to double-click it to run it in a terminal window. This no longer works. Has anyone found a way of doing this in the final?
 
I'm not exactly sure why this is, but you have to make the the .command file world executable. That is:

chmod a+x foo.command
 
Back
Top