Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ddf3 commit 5d075bbCopy full SHA for 5d075bb
src/tools/codelines
@@ -0,0 +1,4 @@
1
+:
2
+
3
+# This script is used to compute the total number of "C" lines in the release
4
+find . -name '*.[chyl]' | xargs cat| wc -l
0 commit comments