Files
resty_functions/test_scripts/popen.lua
T

5 lines
63 B
Lua
Raw Normal View History

2022-03-08 20:46:50 +08:00
io.popen("sleep 3; echo hello>/tmp/foo.txt")
ngx.say("main")