]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - fortune/tools/Do_spell
Fix two quotes from "The Tao of Programming". From FreeBSD.
[bsdgames-darwin.git] / fortune / tools / Do_spell
1 #!/bin/sh -
2 # $NetBSD: Do_spell,v 1.2 1995/03/23 08:28:50 cgd Exp $
3 #
4 # @(#)Do_spell 8.1 (Berkeley) 5/31/93
5 #
6
7 F=_spell.$$
8 echo $1
9 spell < $1 > $F
10 sort $F $1.sp.ok | uniq -u | column
11 rm -f $F