add rsync scripts
[utp-swift.git] / all_base_rsync
diff --git a/all_base_rsync b/all_base_rsync
new file mode 100755 (executable)
index 0000000..885e044
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+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)
+
+for ip in ${ip_array[@]}; do
+       ./ct_rsync $ip 22
+done