Automating OSX applications using applescript and bash

OSX version

BruceWayne:[~] $ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.6
BuildVersion:	18G5033

Automating OSX terminal application

Sample script to start running commands & services in new terminal tabs (databases, ui builds, docker, vagrant etc.,). This sample script will come in handy when it’s required to start multiple services and applications for development/debugging or anyother purposes in a single command.

More …