postgresql/src/tools/codelines

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
230 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2010-09-20 22:08:53 +02:00
# src/tools/codelines
# This script is used to compute the total number of "C" lines in the release
# This should be run from the top of the Git tree after a 'make distclean'
find . -name '*.[chyl]' | xargs cat| wc -l