mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add "codelines" script to compute number of lines in a releaes.
This commit is contained in:
parent
c37ddf371d
commit
5d075bb4cc
1 changed files with 4 additions and 0 deletions
4
src/tools/codelines
Executable file
4
src/tools/codelines
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
:
|
||||
|
||||
# This script is used to compute the total number of "C" lines in the release
|
||||
find . -name '*.[chyl]' | xargs cat| wc -l
|
||||
Loading…
Reference in a new issue