summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 20:42:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 20:42:26 +0200
commit0d7775e1e8cdc3b988637f814a3bc92bc25cf870 (patch)
treee7e00ce568303d14a4e6154a513738a0904a6344 /README
parenta4e6c0734e27ec4c79634dc1610034b3f21370d6 (diff)
downloadcssh-0d7775e1e8cdc3b988637f814a3bc92bc25cf870.tar.gz
cssh-0d7775e1e8cdc3b988637f814a3bc92bc25cf870.tar.bz2
added GNU parallel to list of references in README
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index ce725c9..bb4f415 100644
--- a/README
+++ b/README
@@ -17,3 +17,6 @@ References
[4] http://code.google.com/p/parallel-ssh/
PSSH Tools in Python. The tools we want to mimic but in C.
+[5] http://www.gnu.org/software/parallel/
+ GNU parallel: very nice and powerfull, we want something simpler.
+