Renamed scripts to obey rules (numbered filenames) that will be brought in next commit
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-espeak.sh
1 #!/bin/sh
2 #Say it loudly and proudly!
3 test -x "$(which espeak)" && echo "$ANSW_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
This page took 0.276662 seconds and 4 git commands to generate.