mir3c/squashfs-root/usr/sbin/feedPush

9 lines
148 B
Lua
Executable File

#!/usr/bin/env lua
local pushhelper = require("xiaoqiang.XQPushHelper")
local input = arg[1]
if input then
pushhelper.push_request(input)
end