I'm running a script via terminal using:
osascript -lJavaScript filename.js
but I can't seem to be able to output any text to the terminal.
Core.message is designed for popups (and doesnt work anyways), print,
output, write, etc don't seem to work.
Does anyone know any way to just output a line of text?
Thanks,
-Steve