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