summaryrefslogtreecommitdiff
path: root/wolfram/api.sync-conflict-20150502-090303.sh
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-10-17 18:32:56 +0100
committerVasil Zlatanov <v@skozl.com>2017-10-17 18:32:56 +0100
commit4e6f3cd37decb440d443cffd820d376ade0b72cd (patch)
treefc91ae910744544f4f7926fe2e4ce5d1d73c4df5 /wolfram/api.sync-conflict-20150502-090303.sh
parent8141b4227780faddc9672041bda60d84206b8422 (diff)
downloadspeech-4e6f3cd37decb440d443cffd820d376ade0b72cd.tar.gz
speech-4e6f3cd37decb440d443cffd820d376ade0b72cd.tar.bz2
speech-4e6f3cd37decb440d443cffd820d376ade0b72cd.zip
remove redundant files
Diffstat (limited to 'wolfram/api.sync-conflict-20150502-090303.sh')
-rw-r--r--wolfram/api.sync-conflict-20150502-090303.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/wolfram/api.sync-conflict-20150502-090303.sh b/wolfram/api.sync-conflict-20150502-090303.sh
deleted file mode 100644
index 2ac45b2..0000000
--- a/wolfram/api.sync-conflict-20150502-090303.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-# id: U6E8UV-AP3QJAT6RK
-DIR="$HOME/Dropbox/speech"
-toread=$(curl "http://api.wolframalpha.com/v2/query?input=$1&appid=U6E8UV-AP3QJAT6RK&format=plaintext&podindex=2" | gsed ':a;N;$!ba;s/\n/ /g' |perl -pe '($_)=m{<plaintext>(.*?)</plaintext>} or print "No data found";s/\(.*\)//g')
-$DIR/tts.sh "$toread"
-echo $toread;
-