summaryrefslogtreecommitdiffstats
path: root/modules/test
blob: 30444bf73740f9b2f2b8b0f50c9406a3611f9ee2 (plain)
1
2
3
4
5
6
7
8
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