From 4062584eae943bd3740466b08f24d6ad5305e74a Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 16 Oct 2021 13:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/task.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/task.sh b/shell/task.sh index a398d080..5c5bafe2 100755 --- a/shell/task.sh +++ b/shell/task.sh @@ -129,7 +129,6 @@ run_concurrent() { local n=0 for i in ${runArr[@]}; do - echo "$i" array_run[n]=${array[$i - 1]} let n++ done @@ -212,7 +211,6 @@ run_designated() { local n=0 for i in ${runArr[@]}; do - echo "$i" array_run[n]=${array[$i - 1]} let n++ done