Dsh config file parser for general use, split out from dsh sources
Config file parser library for dsh. Dsh executes command remotely on several different machines at the same time. An utility to effectively do a for a in $(seq 1 10); do rsh $a command; done in bourne shell.
Config file parser library for dsh. Dsh executes command remotely on several different machines at the same time. An utility to effectively do a for a in $(seq 1 10); do rsh $a command; done in bourne shell.
To install libdshconfig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libdshconfig
To see what files were installed by libdshconfig, run:
port contents libdshconfig
To later upgrade libdshconfig, run:
sudo port selfupdate && sudo port upgrade libdshconfig
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.