Add "codelines" script to compute number of lines in a releaes.

REL8_1_STABLE
Bruce Momjian 21 years ago
parent c37ddf371d
commit 5d075bb4cc
  1. 4
      src/tools/codelines

@ -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…
Cancel
Save