Starting CLI Services In Sequence
Running a couple of scripts in a row is no problem for Bash, but running them in parallel is more tricky. It gets even more ridiculous when on script needs to reach a certain state before another can start. This post illustrates how I solved this work using AppleScript.
Continue reading "Starting CLI Services In Sequence"