Guest User

Untitled

a guest
Feb 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Run a rsync for extended duration
  2. n=0; while [[ $n -lt 10 ]]; do rsync -rvzhu -e ssh playment-gpu:/home/play/data/pspnet/processed/driveai/*_overlay.jpeg ./; sleep 5; n=$((n+1)); done
Add Comment
Please, Sign In to add comment