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