mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Add instructions.
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
:
|
:
|
||||||
|
|
||||||
# This script is used to compute the total number of "C" lines in the release
|
# 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
|
find . -name '*.[chyl]' | xargs cat| wc -l
|
||||||
|
Reference in New Issue
Block a user