Skip to content

Instantly share code, notes, and snippets.

@rcsheets
Created August 4, 2014 22:23
Show Gist options
  • Save rcsheets/ee5bb484d11446aa93a6 to your computer and use it in GitHub Desktop.
Save rcsheets/ee5bb484d11446aa93a6 to your computer and use it in GitHub Desktop.
for host in $(cat list_of_systems.txt)
do
your_script.sh $host < commands.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment