Every time I get to work I have to startup 6 local servers. It would be amazing to have one script that starts up these processes in their respective tab.
So it would come done to something like: echo 'Starting server' open new tab cd to directory (ex. /project company/back-end/server)) run startup command (ex. node server.js)
I'm quite new and the examples with bash or applescript didn;t work for me.
BTW: there's an space in the cd directory names, I read that it's different then?