From 21b689bcce95b15c473e6a10d13779f5d714a22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Thu, 27 Aug 2020 15:06:28 +0800 Subject: [PATCH] =?UTF-8?q?shellshell=E5=A5=BD=E5=83=8F=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/publish.lua b/publish.lua index b5856ed..7123194 100644 --- a/publish.lua +++ b/publish.lua @@ -242,10 +242,6 @@ local p, err = subprocess.shell { if not p then error(err) end -for line in p.stdout:read 'l' do - print(line) -end p:wait() -print(p.stderr:read 'a') print('完成') -- GitLab