open-adventure/tests/decheck
Eric S. Raymond 7118f25d5a Add a small tool for making logs from checkfiles.
Useful because the context in checkfiles makes them easier to edit
than plain logfiles are.
2017-06-06 00:52:04 -04:00

3 lines
107 B
Bash
Executable file

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