freebsd-ports/sysutils/gsh/pkg-descr
Nikolai Lifanov 4c65b332af new port: sysutils/gsh
The gsh program is a command line program used to run commands on multiple remote host computers in parallel. The gsh program has few dependencies, requiring Perl and the OpenSSH client software to work.

PR:		210755
Submitted by:	jsmith@resonatingmedia.com
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9002
2017-01-01 18:48:22 +00:00

5 lines
255 B
Text

gsh is a command line utility which is used to run the same command on multiple
remote hosts in parallel. It is similar to dsh (distributed shell) but
does not have any external dependencies other than Perl and OpenSSH.
WWW: https://github.com/kees/gsh/