ENV_PREFIX changed from "PURPLE_" to "ANSW_" as i expect that answerscripts may be...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / espeak.sh
... / ...
CommitLineData
1#!/bin/sh
2#Say it loudly and proudly!
3test -x "$(which espeak)" && echo "$PURPLE_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
This page took 0.11956 seconds and 4 git commands to generate.