Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. input="./500rocks.txt"
  4.  
  5. while IFS= read -r line
  6. do
  7.     export RSYNC_PASSWORD=$line
  8.     echo $RSYNC_PASSWORD  
  9.     echo $`rsync --list-only rsync://'[dead:beef::250:56ff:feb9:8fdc]':8730/home_roy`
  10. done < "$input"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement