Description
Multiple commands can be started in parallel and waited on from a tiny single-binary utility. It is useful for scripts that need simple process coordination without pulling in a larger task runner.
It runs the commands you provide, so the safety of the operation depends on those commands. Use explicit command lists when scripts affect files, services, or deployments.