MacOS: automatization Your terminal workflow

I have really complicated running environment on my machine. Why? Because i want to run heavy events driven application on my MacBook in full stack.

And this is the reason why i need start 7 instances of terminal every time… Some time a go I have started every session for every application by hand…. Realy very difficult and not comfy…

In this days i found solution in Applescript:

Finally i run only this: osascript ./apphosting.applescript. And like magic: This script will open 7 instances of iTerm2 application and run the right commands in every sessions. Pretty nice.