X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-espeak.sh;fp=purple%2Fanswerscripts.d%2F00-espeak.sh;h=0e785bf9cb4aeaa244e03b5f8dd4ee3756d80a80;hp=0000000000000000000000000000000000000000;hb=8be8249a6d931dd8c89bebb2930cdfe721bba02a;hpb=3971900dcde58c50b85eabf0d4bcf5f20ba1114a diff --git a/purple/answerscripts.d/00-espeak.sh b/purple/answerscripts.d/00-espeak.sh new file mode 100755 index 0000000..0e785bf --- /dev/null +++ b/purple/answerscripts.d/00-espeak.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#Say it loudly and proudly! +test -x "$(which espeak)" && echo "$ANSW_MSG" | espeak -v $(echo "$LANG" | head -c 2) &