repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upload pod file
[hband-tools.git]
/
crawler-bin
/
helyesiras
blob
96d656067af976511700e49b3d1c6a126032c13c
1
#!/bin/bash
2
# script
3
# dependencies: curl od tr grep html2text
4
5
text
=
$
(
echo -n
"$*"
|
od
-t
x1
-A
n |
tr
" "
%
|
tr
-d
"
\n\r
"
)
6
7
curl
-sS
http
://
www.xn--helyesrs-fza2j.hu
-d
suggests
=
on
-d
text
=
"
$text
"
|\
8
grep
"pspell-suggests"
|\
9
html2text
-utf8