intake/tests/demo_raw_sh/intake.json

10 lines
129 B
JSON
Raw Normal View History

2023-05-30 00:05:48 +00:00
{
"fetch": {
"exe": "sh",
"args": [
"-c",
"echo {\\\"id\\\": \\\"$(date +%Y-%m-%d-%H-%M)\\\"}"
]
}
}