Skip to content

Instantly share code, notes, and snippets.

@gcmurphy
Last active August 29, 2015 14:25
ghetto devops
#!/bin/bash
for IP in `cat servers.txt`; do ssh $USER@$IP 'bash -s' < $@; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment