summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-25 19:40:32 +0530
committerAndinus <andinus@nand.sh>2020-04-25 19:40:32 +0530
commit58bc2e0502e0e7818ba071329fb7925b1fe246e6 (patch)
tree1a090a484635303809ad96393b92a11859d6830f
parent19f545f2b759a7b2281bf5053aff32f7a52d62d2 (diff)
downloadpavo-58bc2e0502e0e7818ba071329fb7925b1fe246e6.tar.gz
Add example config file
-rw-r--r--configs/pavo.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/pavo.json b/configs/pavo.json
new file mode 100644
index 0000000..634b9a9
--- /dev/null
+++ b/configs/pavo.json
@@ -0,0 +1,8 @@
+{
+    "config": [
+	{
+	    "cmd": "echo",
+	    "promises": "stdio"
+	}
+    ]
+}