File: inter

package info (click to toggle)
iczech 19990918-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 964 kB
  • ctags: 7
  • sloc: sh: 61; makefile: 56; perl: 29
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