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
softcount: tolerate zero ngrams
[vspell.git]
/
scripts
/
vspell-wrapper.sh
blob
f1a0df58b02852f9015bffe4d6b0a21d86925f65
1
#!/bin/bash
2
[
-p
vspell-in
]
||
(
rm
-f
vspell-in
;
mkfifo
vspell-in
)
3
[
-p
vspell-out
]
||
(
rm
-f
vspell-out
;
mkfifo
vspell-out
)
4
.
/
vspell
$1 $2
<
vspell-in
2
>
vspell-out
&
5
exec
zenity.sh
>
vspell-in
<
vspell-out