diff options
author | Dockland Porter <commer206@gmail.com> | 2016-08-22 12:40:28 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 4659fd9e31a99d7ba5eb299daa354160ebe4579f (patch) | |
tree | b11d57f999aeca58ae3c0d4fa979442a31f6193d /system/pdsh/README | |
parent | 62e7e99ac9ed2560c8ea614664dc5b9ece29b624 (diff) | |
download | slackbuilds-4659fd9e31a99d7ba5eb299daa354160ebe4579f.tar.gz |
system/pdsh: Added (Parallel Distributed Shell).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/pdsh/README')
-rw-r--r-- | system/pdsh/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/pdsh/README b/system/pdsh/README new file mode 100644 index 0000000000..64da4cd6ce --- /dev/null +++ b/system/pdsh/README @@ -0,0 +1,8 @@ +Pdsh is a an efficient, multithreaded remote shell client +which executes commands on multiple remote hosts in parallel. +Pdsh implements dynamically loadable modules for extended +functionality such as new remote shell services and remote +host selection. + +Please see http://pdsh.googlecode.com for the most recent +downloads of pdsh. |