c0dec782bbe42b0d95b9e97a88eeb811de0a35f6
[mirrors/Programs.git] / plugins / pidgin-plugins / core-answerscripts / purple / answerscripts.d / espeak.sh
1 #!/bin/sh
2 #Say it loudly and proudly!
3 test -x "$(which espeak)" && echo "$PURPLE_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
This page took 0.320016 seconds and 3 git commands to generate.