structured scripts
This commit is contained in:
3
bin/say_in_english
Executable file
3
bin/say_in_english
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
say() { local IFS=+;/usr/bin/mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?tl=en&q=$*"; }
|
||||
say $*
|
||||
Reference in New Issue
Block a user