mirror of https://github.com/postgres/postgres
parent
c37ddf371d
commit
5d075bb4cc
@ -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 new issue