head     1.1;
access   ;
symbols  ;
locks    ;
comment  @@;


1.1
date     91.02.08.13.30.55;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by steve ness
@



1.1
log
@Initial revision
@
text
@history=/usr/dict/spellhist
: Assume American variant of English
var=a

case $1 in
    -a)	var=a; shift;;
    -b)	var=b; shift;;
esac

deroff -w $* | sort -uf | /usr/lib/spell /usr/dict/clist$var $history
@
