Home | History | Annotate | Line # | Download | only in mantools
spell revision 1.1.1.2.14.1
      1           1.1      tron #!/bin/sh
      2           1.1      tron 
      3       1.1.1.2  christos LC_ALL=C
      4       1.1.1.2  christos export LC_ALL
      5       1.1.1.2  christos 
      6           1.1      tron for i in $*
      7           1.1      tron do
      8           1.1      tron 	echo === $i ===
      9  1.1.1.2.14.1    martin 	mantools/html2readme $i | col -b | spell | grep -F -vxf proto/stop
     10           1.1      tron done
     11