One of the most welcome new features in PowerShell 7 is the ability to perform parallel execution of script blocks. This new parallel execution capability can drastically reduce the amount of time it ...
Below snippet for runner.sh to execute 2 commands in sequence in parallel with other block that has 2 serial steps. The command after teh wait executes only after all the above parallel steps.