utp_sender fix: add receiver_ip variable
[utp-swift.git] / all_base_rsync
1 #!/bin/bash
2
3 ip_array=(141.85.224.201 141.85.224.203 141.85.224.204 141.85.224.205 141.85.224.206 141.85.224.207 141.85.224.208 141.85.224.209 141.85.224.210)
4
5 for ip in ${ip_array[@]}; do
6         ./ct_rsync $ip 22
7 done