Bash script – run same command on multiple servers
Bash scripting is fun and can help you automate a lot of things on your linux servers. There are a lot of ways to run the same command on multiple servers. You can use pssh for example, bash scripts, python scripts, automation tools etc. Here’s a simple bash script I wrote to execute the same …
Bash script – run same command on multiple servers Read More »