Get the latest tech news
Multiplex: Command-Line Process Mutliplexer
Command-line process mutliplexer. Contribute to sebastien/multiplex development by creating an account on GitHub.
Multiplex will gracefully shutdown child processes, and multiplex their output and error streams to stdout and stderr in a way that is easily parsable with regular command line tools. Format:-t|--timeout SECONDS Purpose: Terminate all processes after specified time Example: multiplex -t 30 "server=python -m http.server" "test=curl localhost:8000" Comprehensive example showcasing all features: naming, time/process delays, actions, and coordination.
Or read this on Hacker News