postgresql/src/tools/codelines

5 lines
124 B
Plaintext
Raw Normal View History

:
# This script is used to compute the total number of "C" lines in the release
find . -name '*.[chyl]' | xargs cat| wc -l