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


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


desc
@init ver pulled from 310 ship disk
@



1.1
log
@Initial revision
@
text
@: /usr/dict/Run 4/19/90
: Build new word lists in /usr/dict.
cd /usr/dict
echo Uncompressing, please wait...
uncompress *.Z
echo Building American word list, please wait...
sort -mu local common american | ./spellin >clista
echo Building British word list, please wait...
sort -mu local common british | ./spellin >clistb
ln -f common words
chmod 644 clist[ab] words
chown bin clist[ab] words
chgrp bin clist[ab] words
@
