File: inter

package info (click to toggle)
ispell-czech 20010104-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,800 kB
  • ctags: 4
  • sloc: perl: 646; sh: 61; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
echo -n "ispell.cz: "
while read line
do
    case $line in
        */*) echo $line | munchlist -c czech.aff -l munch - ;;
        *)   echo $line | ispell -d czech -l ;;
    esac
    echo -n "ispell.cz: "
done
echo