Utils/tsup-experiment: scripts updated
authorCalin Burloiu <calin.burloiu@gmail.com>
Tue, 19 Oct 2010 10:47:20 +0000 (13:47 +0300)
committerCalin Burloiu <calin.burloiu@gmail.com>
Tue, 19 Oct 2010 10:47:20 +0000 (13:47 +0300)
Utils/tsup-experiment/test-shell-arrays [deleted file]

diff --git a/Utils/tsup-experiment/test-shell-arrays b/Utils/tsup-experiment/test-shell-arrays
deleted file mode 100644 (file)
index 595e66a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-tracker_url_array=( http://10.1.8.1:6969 http://10.1.8.2:6969  http://10.1.8.3:6969 http://10.1.8.4:6969 http://10.1.8.5:6969 http://10.1.8.6:6969 http://10.1.8.7:6969 http://10.1.8.8:6969 http://10.1.8.9:6969 http://10.1.8.10:6969 http://10.1.8.11:6969 http://10.1.8.12:6969 )
-
-index=1
-for url_item in ${tracker_url_array[@]}; do
-       echo "index: $index, tracker-ul: $url_item"
-       index=$(($index + 1))
-done