Skip to content

Instantly share code, notes, and snippets.

@stevenschlansker
Created September 12, 2011 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenschlansker/1212367 to your computer and use it in GitHub Desktop.
Save stevenschlansker/1212367 to your computer and use it in GitHub Desktop.
for machine in db6 s00{10,11,12,13}
do
for slot in s{0,1,2,3,4}
do
rsync -azvP $machine:/home/deploy/$machine-$slot/current/launcher.log $machine-$slot.log
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment