Files
resty_functions/test_scripts/popen.lua
T
2022-03-08 20:46:50 +08:00

5 lines
63 B
Lua

io.popen("sleep 3; echo hello>/tmp/foo.txt")
ngx.say("main")