Sprachausgabe auf der Linux Shell
googlesay-de(){ curl -A RG translate\.google\.com/translate_tts -d „tl=de&q=$@“ |mpg123 -; }; googlesay-en(){ curl -A RG translate\.google\.com/translate_tts -d „tl=en&q=$@“ |mpg123 -; }; googlesay-de „das ist ein test“ googlesay-en „this is a test“