You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
5
7
6
8
See [mssh](http://sourceforge.net/projects/mssh/) on SourceForge for a more mature Python alternative.
0 commit comments