intake/tests/source01/intake.json

9 lines
105 B
JSON

{
"fetch": {
"exe": "python3",
"args": ["update.py"]
},
"env": {
"HELLO": "WORLD"
}
}