summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.shell.lua
blob: 19f68464c8a79455815f1ea2976015c231c87e7c (plain)
1
2
3
4
5
---@meta
resty_shell={}
function resty_shell.run(cmd, stdin, timeout, max_size) end
resty_shell.version=0.01
return resty_shell