diff options
author | Jezra <jezra@jezra.net> | 2013-04-09 22:49:54 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2013-04-09 22:49:54 -0700 |
commit | 6ea7c3c65bb14fded486acb4b8e9e2bb70efe40e (patch) | |
tree | 2156db340d2b39d2f42f26b2d29d4f373f10b122 /commands.tmp |
Init
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" |