修改random的时间
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user