Add instructions.

REL8_1_STABLE
Bruce Momjian 20 years ago
parent 5d075bb4cc
commit a5b9e18acc
  1. 1
      src/tools/codelines

@ -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

Loading…
Cancel
Save