I'm trying to make a program consisting of an AppleScript interfacing with bash files (so that I get the fancy Cocoa GUI). I assume this is a simple task, because one of the file types in the new file-menu (cmd+n) is shell scripts (.sh).
I've done a few half-assed tries to get it working (do shell script "sh file.sh"), but I can't figure out how to run those files.
Are there any gurus out there who can help me? :3
If anything is unclear, feel free to ask questions.