]> granicus.if.org Git - postgresql/blob - src/tools/codelines
Some code review for xml.c:
[postgresql] / src / tools / codelines
1 #!/bin/sh
2
3 # $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $
4
5 # This script is used to compute the total number of "C" lines in the release
6 # This should be run from the top of the CVS tree after a 'make distclean'
7 find . -name '*.[chyl]' | xargs cat| wc -l