Use the package name to infer module location. This will make it easier to script our maintaining tasks.
8 lines
217 B
Bash
Executable file
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
|
|
|