[BACK]Return to mkdict.sh CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc / afl

Annotation of texi2mdoc/afl/mkdict.sh, Revision 1.1

1.1     ! kristaps    1: #! /bin/sh
        !             2:
        !             3: rm -f dict/*
        !             4:
        !             5: for f in `cat words`
        !             6: do
        !             7:        printf "$f" > dict/$f
        !             8: done

CVSweb