Last active
October 11, 2016 15:18
-
-
Save Kairi/1aa3d87cd490f7c31e548d955e64743b to your computer and use it in GitHub Desktop.
Do Local Script in remote machines parallelly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pssh 10.140.0.[3-7] example | |
| pssh -H "`echo 10.140.0.{3..7}`" -i -I "bash -s" < local_script.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment