upload pod file
[hband-tools.git] / crawler-bin / helyesiras
blob96d656067af976511700e49b3d1c6a126032c13c
1 #!/bin/bash
2 # script
3 # dependencies: curl od tr grep html2text
5 text=$(echo -n "$*" | od -t x1 -A n | tr " " % | tr -d "\n\r")
7 curl -sS http://www.xn--helyesrs-fza2j.hu -d suggests=on -d text="$text" |\
8 grep "pspell-suggests" |\
9 html2text -utf8