intake/demo/alice/currenttime/intake.json

10 lines
114 B
JSON
Raw Normal View History

2023-06-08 05:47:02 +00:00
{
"action": {
"fetch": {
2023-06-09 00:07:19 +00:00
"exe": "currenttime.sh",
"args": []
2023-06-08 05:47:02 +00:00
}
2023-06-22 01:32:44 +00:00
},
"cron": "* * * * *"
2023-06-08 05:47:02 +00:00
}