I can compile an applescript file into an application from the applescript editor, but I would like to be able to do this from the command line.

Does anyone know how I can do this?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 3 down vote accepted
/usr/bin/osacompile -o /path/to/applicationbundle.app /path/to/textfile.txt

run man osacompile for more info.

link|improve this answer
Ah. Sure enough. I read the man page, but I missed that part. Thanks! – Jeremy Cantrell Jun 22 '10 at 23:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.