Login
From:
Muffin Man
(Uncensored)
subscribe
Node.js script to run multiple commands in parallel
https://muffinman.io/blog/node-script-to-run-multiple-commands-in-parallel/
links
backlinks
Roast topics
Find topics
Find it!
If you encountered a case where you wanted to run multiple commands in parallel, the usual suggestion is to use the shell's & operator to send commands to the background. This approach kind of works, but it has its quirks.