Execute george command from Mac Terminal
Posted: 16 Sep 2016, 10:18
In the george script wiki, it says you can execute commands or a script on Windows using
I don't have Windows, but would like to do the same thing on Mac. I tried using
Which appears to do nothing, except bringing TVP to the foreground.
Is there another way of achieving this?
Code: Select all
tvpaint.exe "cmd=tv_warn hello"
Code: Select all
open -a TVP\ Animation\ 10 --args "cmd=tv_warn hello"
Is there another way of achieving this?