fixed .exe suffix
[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.344873 seconds and 4 git commands to generate.