structured scripts

This commit is contained in:
2014-02-18 16:11:18 +00:00
parent 4ea879d517
commit eab0f043fa
6 changed files with 41 additions and 14 deletions

3
bin/say_in_english Executable file
View 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 $*