gozhev / pcombine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C 80.7%Language:Makefile 10.9%Language:Shell 8.4%