TuffNut2Crack
Registered
Is there a way to make a .csh script executable via the finder? I've written this simple script:
#!/bin/csh
open /applications
And I want it to run through the finder. I'm able to get it to work through the command line, but OS X recognizes it as a Photoshop shape file or something like that. Setting Finder as the default application doesn't seem to work either. Anyone know how to do this, or if it's even possible?
#!/bin/csh
open /applications
And I want it to run through the finder. I'm able to get it to work through the command line, but OS X recognizes it as a Photoshop shape file or something like that. Setting Finder as the default application doesn't seem to work either. Anyone know how to do this, or if it's even possible?