A small script to allow running the same command on multiple servers. The commands are ran in series so that if you see an error somewhere, you can quickly bail out with Ctrl + C and avoid further damage to your servers.
Run as:
run-on dbserver.mysite.com frontend.mysite.com 'date; df -h /tmp'