Skip to content

Instantly share code, notes, and snippets.

@liferealized
Created December 7, 2012 17:02
Show Gist options
  • Save liferealized/4234693 to your computer and use it in GitHub Desktop.
Save liferealized/4234693 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /;
tar cf cg.tar /opt/miners/cgminer/;
for n in {101,103,104,106,107,108,110,111,112,114,115,116,117}; do ssh root@192.168.2.$n 'tar -C / -x; mine restart' < /cg.tar; echo; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment