mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 03:27:43 +08:00
6 lines
199 B
Plaintext
Executable File
6 lines
199 B
Plaintext
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
|