From 74da29e545a380af179de467740b13df32fa6ebf Mon Sep 17 00:00:00 2001 From: oasis Date: Mon, 1 Jun 2026 12:44:31 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9random=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batch_modify.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batch_modify.sh b/batch_modify.sh index 4509626..c693c87 100644 --- a/batch_modify.sh +++ b/batch_modify.sh @@ -6,9 +6,9 @@ fi base_num=$1 # 起始值 while read acct pwd do - sleep_num=$(( $(shuf -i 1-100 -n1) * 60 )) + sleep_num=$(( $(shuf -i 1-10 -n1) * 60 )) echo sleep $sleep_num for random cheat >> ./logs sleep $sleep_num sh modify.sh $acct $pwd $base_num >> ./logs echo "\n" >> ./logs -done < acct_list \ No newline at end of file +done < acct_list