Page 1 of 1

Open project from terminal

Posted: Sat Nov 04, 2017 9:24 pm
by sashapont
How I can open project from terminal with debug windows in Mac OS

open -a /Applications/Hollywood.app "/Volumes/MacHD2/My/Hollywood/TEST_Program.hws"

Is not work

Re: Open project from terminal

Posted: Sun Nov 05, 2017 1:42 am
by SamuraiCrow
I think you need the full path within the Hollywood app bundle.

Re: Open project from terminal

Posted: Mon Nov 06, 2017 7:51 pm
by airsoftsoftwair
It's rather complicated. Blame Apple and their "fantastic" app bundle concept. Here's how to do it:

Code: Select all

$ Hollywood.app/Contents/Resources/HollywoodInterpreter.app/Contents/MacOS/Hollywood test.hws
Voila, now you'll get debug output directly into bash! :)