nginx-sid/debian/modules/http-echo/util/releng
Christos Trochalakis 515a80bc0a mod: Normalize module locations
Use the package name to infer module location. This
will make it easier to script our maintaining tasks.
2017-10-12 10:37:22 +03:00

8 lines
217 B
Bash
Executable file

#!/bin/bash
./update-readme
ack '.{81}' src/ngx_http_*.[ch]
ack '(?<=\#define)\s*DDEBUG\s*[12]' src
echo =======================================
ack '(?<=This document describes echo-nginx-module v)\d+\.\d+' README