Running Multiple Server Processes From One Script
Notes
| 2025-02-23
(updated 2025-10-25)
| 1 min read
#bash
#microservices
#scripting
Doing local development on a bunch of interconnected services I often want to start multiple long running server processes.
This is the basic script I use for that.