Sha256: c21956a11ad6df6c4d7651d3dc7c1beb7357c433c5605cd1a60de7f8753cdfcf
Contents?: true
Size: 189 Bytes
Versions: 51
Compression:
Stored size: 189 Bytes
Contents
#!/bin/bash say() { local IFS=+;/usr/bin/mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?ie=UTF-8&client=tw-ob&q=$*&tl=en"; } say $* &>/dev/null
Version data entries
51 entries across 25 versions & 5 rubygems