renamed pacman-repairs to pacman-doctor + added pacman-reinstall-all
[mirrors/Programs.git] / plugins / pidgin-plugins / core-answerscripts / purple / answerscripts.d / espeak.sh
CommitLineData
ea0fdc06
H
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.160594 seconds and 4 git commands to generate.