Skip to content
Snippets Groups Projects
Commit 21b689bc authored by 最萌小汐's avatar 最萌小汐
Browse files

shellshell好像没有输出

parent f7681a0c
No related branches found
No related tags found
No related merge requests found
......@@ -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('完成')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment