Add example config file

This commit is contained in:
Andinus 2020-04-25 19:40:32 +05:30
parent 19f545f2b7
commit 58bc2e0502
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 8 additions and 0 deletions

8
configs/pavo.json Normal file
View File

@ -0,0 +1,8 @@
{
"config": [
{
"cmd": "echo",
"promises": "stdio"
}
]
}