xref: /netbsd-src/games/fortune/tools/Do_spell (revision ce63d6c20fc4ec8ddc95c84bb229e3c4ecf82b69)
1#!/bin/sh -
2#
3#	@(#)Do_spell	5.2 (Berkeley) 4/8/91
4#
5
6F=_spell.$$
7echo $1
8spell < $1 > $F
9sort $F $1.sp.ok | uniq -u | column
10rm -f $F
11