diff options
Diffstat (limited to 'mantools/check-double-proto-html')
-rwxr-xr-x | mantools/check-double-proto-html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mantools/check-double-proto-html b/mantools/check-double-proto-html new file mode 100755 index 0000000..234a774 --- /dev/null +++ b/mantools/check-double-proto-html @@ -0,0 +1,7 @@ +#!/bin/sh + +# Finds double words in proto html files. + +LANG=C; export LANG + +ls proto/*.html proto/*.proto | xargs mantools/dehtml | mantools/find-double | fgrep -vxf proto/stop.double-proto-html |