structured scripts
This commit is contained in:
4
bin/say_in_french
Executable file
4
bin/say_in_french
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
say() { local IFS=+;/usr/bin/mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?tl=fr&q=$*"; }
|
||||
#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