OSDN Git Service

Minor editing for README-SSI.
[pg-rex/syncrep.git] / src / tools / codelines
1 #!/bin/sh
2
3 # src/tools/codelines
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 Git tree after a 'make distclean'
7 find . -name '*.[chyl]' | xargs cat| wc -l