diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.shell.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.shell.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.shell.lua b/meta/3rd/OpenResty/resty.shell.lua new file mode 100644 index 00000000..ff7936a4 --- /dev/null +++ b/meta/3rd/OpenResty/resty.shell.lua @@ -0,0 +1,4 @@ +resty_shell={} +function resty_shell.run(cmd, stdin, timeout, max_size) end +resty_shell.version=0.01 +return resty_shell
\ No newline at end of file |