Skip to content

Commit e1181cb

Browse files
author
Cole Brumley
committed
Update README.md
1 parent 012aec5 commit e1181cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mssh - multi-ssh client in Go
22
***Run multiple commands on multiple machines asynchronously***
33

4+
![shippable tag](https://api.shippable.com/projects/55c6f3c9edd7f2c0529a2f19/badge/master)
5+
46
`mssh` runs a given list of commands (in order) over ssh to multiple machines. Each machine get's its own goroutine, so async benefits improve as more servers are added. Keeping machines in dediated goroutines instead of individual command + host combinations ensures that commands are run in the order listed.
57

68
See [mssh](http://sourceforge.net/projects/mssh/) on SourceForge for a more mature Python alternative.

0 commit comments

Comments
 (0)