diff options
Diffstat (limited to 'commands.tmp')
-rw-r--r-- | commands.tmp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/commands.tmp b/commands.tmp new file mode 100644 index 0000000..3835915 --- /dev/null +++ b/commands.tmp @@ -0,0 +1,6 @@ +# commands are key:value pairs +# key is the sentence to listen for +# key must be in ALL CAPS +# value is the command to run when the key is spoken + +HELLO WORLD:echo "hello world" |