repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reimplemented LogPtoProb (which is just an exp10 call)
[vspell.git]
/
scripts
/
zenity.sh
blob
8bc33b88d91116c5edac783be55ccb0306e04519
1
#!/bin/bash
2
3
#echo
4
#echo "Initialized" >&2
5
6
while
read
a
;
do
7
echo
"["
$a
"]"
>&
2
8
if
echo
$a
|
grep
-q
"^Input:"
;
then
9
zenity
--title
"vspell wrapper"
--entry --text
=
"`echo
$a
|sed 's/^Input: *//'` "
||
exit
10
fi
11
done