Executing an ExtendScript file from Mac OS Terminal
There are a lot of flavors of answer to this out there, none of which seem to work for me. Let me say right off the bat that my terminal (I'm running Yosemite) recognizes neither '-cmd' nor '-run' nor '-r'.
So, here is the breakdown:
1. I am able to launch AE from the terminal.
2. I am able to open an AE file from the terminal.
~Here is where it gets tricky~
3. I am able to open ExtendScript Toolkit from the terminal, although I would rather not have to involve this app at all, and just automatically run the script.
4. I am able to open my .jsx file in ExtendScript Toolkit from the terminal, although, again, I would rather not have to open ExtendScript Toolkit at all.
5. I am not able to run the .jsx file from the terminal.
How do I do this? Thanks!