We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d075bb commit a5b9e18Copy full SHA for a5b9e18
src/tools/codelines
@@ -1,4 +1,5 @@
1
:
2
3
# This script is used to compute the total number of "C" lines in the release
4
+# This should be run from the top of the CVS tree after a 'make distclean'
5
find . -name '*.[chyl]' | xargs cat| wc -l
0 commit comments