diff options
author | Bruce Momjian | 2005-09-22 21:59:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-09-22 21:59:50 +0000 |
commit | f4f62651fd41911077817c2e5ab314b2e2610b3d (patch) | |
tree | 2a94c963327ee165db00108f5d5ddae83a2c13a7 | |
parent | c3fd3b22de2ebce6b7794763bef839a07408ae1d (diff) |
Add instructions.
-rwxr-xr-x | src/tools/codelines | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/codelines b/src/tools/codelines index b74a0c792e..c72cab442f 100755 --- a/src/tools/codelines +++ b/src/tools/codelines @@ -1,4 +1,5 @@ : # 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 |