Reimplemented LogPtoProb (which is just an exp10 call)
[vspell.git] / scripts / zenity.sh
blob8bc33b88d91116c5edac783be55ccb0306e04519
1 #!/bin/bash
3 #echo
4 #echo "Initialized" >&2
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
11 done