]> granicus.if.org Git - postgresql/commitdiff
Add "codelines" script to compute number of lines in a releaes.
authorBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 21:58:58 +0000 (21:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 21:58:58 +0000 (21:58 +0000)
src/tools/codelines [new file with mode: 0755]

diff --git a/src/tools/codelines b/src/tools/codelines
new file mode 100755 (executable)
index 0000000..b74a0c7
--- /dev/null
@@ -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