/pcombine

A program to simultaneously run multiple programs and kill all of them if one dies.

Primary LanguageCGNU General Public License v3.0GPL-3.0

pcombine

This tool is useful when you need to run multiple programs in one container.

$ pcombine program1 -abc \; program2 --alpha --beta \; program3

The program is written in pure C.