#!/bin/bash

./update-readme
ack '(?<=\#define)\s*DDEBUG\s*1' src
ack '(?<=This document describes chunkin-nginx-module v)\d+\.\d+' README

