Add a small tool for making logs from checkfiles.

Useful because the context in checkfiles makes them easier to edit
than plain logfiles are.
This commit is contained in:
Eric S. Raymond 2017-06-06 00:52:04 -04:00
parent 78f5cc9e6a
commit 7118f25d5a

3
tests/decheck Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
# Turn a non-oldstyle checkfile on stdin into an equivalent log on stdout.
sed -n -e '/> /s///p'