mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4c65b332af
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
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
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/
|