summaryrefslogtreecommitdiffstats
path: root/fortune/tools/Do_spell
blob: fdba4892531dddd52fe836a4d69cc40f90f2061f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -
#
#	@(#)Do_spell	5.2 (Berkeley) 4/8/91
#

F=_spell.$$
echo $1
spell < $1 > $F
sort $F $1.sp.ok | uniq -u | column
rm -f $F