Guest User

Untitled

a guest
Jan 7th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. text=`echo $@|tr ' ' '+'`
  3. file=`echo $@|tr ' ' '-'`.mp3
  4. wget -U Chrome "http://translate.google.com/translate_tts?tl=en&q=$text" -O "$file"
  5. gst123 -a alsa "$file"
Advertisement
Add Comment
Please, Sign In to add comment