mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 13:00:22 -04:00
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
shmux is program for executing the same command on many hosts in parallel.
|
|
|
|
For each target, a child process is spawned by shmux, and a shell on
|
|
the target obtained one of the supported methods: rsh, ssh, or sh. The
|
|
output produced by the children is received by shmux and either output
|
|
in turn to the user, or written to files for later processing.
|