diff options
| author | makefu <github@syntax-fehler.de> | 2013-07-30 22:30:50 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-07-30 22:30:50 +0200 | 
| commit | d0c944a569be681433231760b053bc2fc5ed02e8 (patch) | |
| tree | 4751bbefa8af036cd76dc722b6210e448725457b /util | |
| parent | df850e6a490b2b4c395488bf873d2dd8b556229f (diff) | |
fix trap
Diffstat (limited to 'util')
| -rwxr-xr-x | util/bin/naturalvoices2.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/util/bin/naturalvoices2.sh b/util/bin/naturalvoices2.sh index 6d6c924b..c310414f 100755 --- a/util/bin/naturalvoices2.sh +++ b/util/bin/naturalvoices2.sh @@ -8,4 +8,3 @@ trap "rm $TMPFILE" TERM INT EXIT  wget $base_url$( curl -Ss -A "Mozilla" -d "voice=$voice" -d "txt=$text" -d "speakButton=SPEAK" $base_url/tts/cgi-bin/nph-nvdemo |grep HREF|sed 's/.*\(".*"\).*/\1/' |sed -e 's/"//g') -O $TMPFILE  aplay $TMPFILE -rm $TMPFILE  | 
