mjru.lua 214 B

123456
  1. local shell = require "resty.shell"
  2. local stdin = ""
  3. local timeout = 5000 -- ms
  4. local ok, stdout, stderr, reason, status = shell.run([[/home/oleg/bin/mjru-git-clone.sh]], stdin, timeout, max_size)
  5. ngx.say(stdout)