utility for executing the command on many hosts in parallel
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.
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.
To install shmux, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shmux
To see what files were installed by shmux, run:
port contents shmux
To later upgrade shmux, run:
sudo port selfupdate && sudo port upgrade shmux
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.