intake/tests/demo_raw_sh/intake.json

11 lines
155 B
JSON

{
"action": {
"fetch": {
"args": [
"sh",
"-c",
"echo {\\\"id\\\": \\\"$(date +%Y-%m-%d-%H-%M)\\\"}"
]
}
}
}