x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 2be581dc8e5b16051be5d7687ee0a5c0306cd59e
parent 0b40c15e266f55c907b0ccba7e58046c91a475fc
Author: Oliver Lowe <o@olowe.co>
Date:   Thu, 15 Jun 2023 13:50:05 +1000

hits: correct regexp

Diffstat:
Mbin/hits | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/hits b/bin/hits @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # skip requests with bad method -<UNKNOWN> { +/<UNKNOWN>/ { next }