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
... / ...
CommitLineData
1#!/bin/sh
2#Say it loudly and proudly!
3test -x "$(which espeak)" && echo "$ANSW_MSG" | espeak -v $(echo "$LANG" | head -c 2) &
This page took 0.074386 seconds and 4 git commands to generate.