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

shellshell好像没有输出

parent f7681a0c
Branches
Tags
No related merge requests found
...@@ -242,10 +242,6 @@ local p, err = subprocess.shell { ...@@ -242,10 +242,6 @@ local p, err = subprocess.shell {
if not p then if not p then
error(err) error(err)
end end
for line in p.stdout:read 'l' do
print(line)
end
p:wait() p:wait()
print(p.stderr:read 'a')
print('完成') print('完成')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment