From 48743a2530cbad6c30c257d1e307ddd05a97d648 Mon Sep 17 00:00:00 2001 From: fiht <fiht@qq.com> Date: Thu, 1 Sep 2016 21:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=A9=BA=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/new_run.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/new_run.sh diff --git a/source/new_run.sh b/source/new_run.sh new file mode 100644 index 0000000..62d81dd --- /dev/null +++ b/source/new_run.sh @@ -0,0 +1,11 @@ +while : +do + target_name=$(find . -size 0c ) + echo $target_name + for i in $(cat $1) + do + python get_subDomain.py -u $i -c -w + sleep 5 + done +sleep 20 +done -- GitLab