summary refs log tree commit diff
path: root/options.json.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'options.json.tmp')
-rw-r--r--options.json.tmp12
1 files changed, 0 insertions, 12 deletions
diff --git a/options.json.tmp b/options.json.tmp
deleted file mode 100644
index dfde1e5..0000000
--- a/options.json.tmp
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-    "commands": {
-        "hello world": "echo \"hello world\"",
-        "start a %d minute timer": "(echo {0} minute timer started && sleep {0}m && echo {0} minute timer ended) &"
-    },
-    "continuous": false,
-    "history": null,
-    "microphone": null,
-    "interface": null,
-    "valid_sentence_command": null,
-    "invalid_sentence_command": null
-}