Bash “wait” command to do multiple things in parallel without extra _stuff_. Eg
( dothing.sh & slow_stuff.sh & more.sh & wait )
Bash “wait” command to do multiple things in parallel without extra _stuff_. Eg