summaryrefslogtreecommitdiffstats
path: root/modules/test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/test')
-rwxr-xr-xmodules/test9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/test b/modules/test
new file mode 100755
index 00000000..30444bf7
--- /dev/null
+++ b/modules/test
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+case "$1" in
+ (--help) echo do some test-module related stuff ;;
+ (*)
+ echo test-module called with following arguments: "$@"
+ ## send command for re-evaluation:
+ echo /espeak test >$NOISE_linefeed
+esac