From d2291434ee14e76ee0690fa6238559a44d065df8 Mon Sep 17 00:00:00 2001 From: fiht <fiht@qq.com> Date: Thu, 1 Sep 2016 21:39:03 +0800 Subject: [PATCH] =?UTF-8?q?get=5FsubDomain=E7=9A=84=E9=A9=B1=E5=8A=A8?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/run.sh b/source/run.sh index 7bfde20..1cc342c 100644 --- a/source/run.sh +++ b/source/run.sh @@ -1,4 +1,5 @@ for i in $(cat $1) do python get_subDomain.py -u $i -c -w + sleep 5 done -- GitLab