I've got a bash script, potentially many of them in fact, which I'd like to be able to open files in OSX's finder with.
It's a really, really simple concept but for some reason bash scripts are greyed out in the finder 'open with' dialog.
I gather that there are various ways of using applescript or packaging as an app... but I haven't been able to figure any of this out and I don't really want to have to pick up another language just for this trivial task - could someone spoon feed me how to do this?
Thanks!



