aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/codelines4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/codelines b/src/tools/codelines
new file mode 100755
index 00000000000..b74a0c792ed
--- /dev/null
+++ b/src/tools/codelines
@@ -0,0 +1,4 @@
+:
+
+# This script is used to compute the total number of "C" lines in the release
+find . -name '*.[chyl]' | xargs cat| wc -l