Skip to content
Snippets Groups Projects
Commit a5b9e18a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add instructions.

parent 5d075bb4
Branches
Tags
No related merge requests found
: :
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment