Air NativeProcess space issue - starting terminal and passing arguments
Hello,
I know this has been discussed some times - still I could not figure if there is a way without workaround to pass the arguments. I am on Mac OS X High Sierra.
I am starting Terminal.app with Native Process and need to pass arguments to Terminal.
This is what I am trying to push into the arguments array:
"/usr/bin/automator ~/Desktop/screenium-aut.workflow"
It is working when I am leaving out the args part after the space like this:
"/usr/bin/automator"
Some solution anyone without batch file?
