From 715fedc65db26d114dba805203e5de32422b8a1c Mon Sep 17 00:00:00 2001 From: Calin Burloiu Date: Tue, 19 Oct 2010 13:47:20 +0300 Subject: [PATCH] Utils/tsup-experiment: scripts updated --- Utils/tsup-experiment/test-shell-arrays | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Utils/tsup-experiment/test-shell-arrays diff --git a/Utils/tsup-experiment/test-shell-arrays b/Utils/tsup-experiment/test-shell-arrays deleted file mode 100644 index 595e66a..0000000 --- a/Utils/tsup-experiment/test-shell-arrays +++ /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 -- 2.20.1