mir3c/squashfs-root/usr/sbin/feedPush

9 lines
148 B
Plaintext
Raw Normal View History

2018-05-25 08:49:31 +00:00
#!/usr/bin/env lua
local pushhelper = require("xiaoqiang.XQPushHelper")
local input = arg[1]
if input then
pushhelper.push_request(input)
end