mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
5 lines
199 B
Text
Executable file
5 lines
199 B
Text
Executable file
:
|
|
|
|
# This script is used to compute the total number of "C" lines in the release
|
|
# This should be run from the top of the CVS tree after a 'make distclean'
|
|
find . -name '*.[chyl]' | xargs cat| wc -l
|