summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-16 14:11:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-16 14:11:23 +0200
commitb8c95060cdd3ba2e51bcbc02a7fabd6e7a73994a (patch)
treed32a964de4f030b3cbf3afae235f5f9c29665d64 /README
parent708b1406c3059fa3b3ea85dd290a3e520046d1b0 (diff)
downloadcssh-b8c95060cdd3ba2e51bcbc02a7fabd6e7a73994a.tar.gz
cssh-b8c95060cdd3ba2e51bcbc02a7fabd6e7a73994a.tar.bz2
updated README
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 3fb690c..a88f755 100644
--- a/README
+++ b/README
@@ -21,6 +21,20 @@ Pssh writes output files into directories, this is a nice feature,
but I thing it should be optional not mandatory and the default should
be stdout/stderr.
+Pssh shows results at the very end, I want to be able to monitor
+progress of comamnds being executed.
+
+GNU parallel
+------------
+
+Way complex, good for jobs, I think cssh should not try to compete
+with it. GNU parallel is written in Perl.
+
+Why libssh and not libssh2
+--------------------------
+
+Not really a clue, really. I think both are nice libraries.
+
References
----------