Home | History | Annotate | Line # | Download | only in mantools
check-spell-proto-html revision 1.1
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos # Spellchecks the proto HTML files.
      4  1.1  christos 
      5  1.1  christos LANG=C; export LANG
      6  1.1  christos 
      7  1.1  christos mantools/dehtml proto/*html proto/*.proto | spell | fgrep -vxf proto/stop | fgrep -vxf proto/stop.spell-proto-html
      8