projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c37ddf3
)
Add "codelines" script to compute number of lines in a releaes.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 22 Sep 2005 21:58:58 +0000
(21:58 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 22 Sep 2005 21:58:58 +0000
(21:58 +0000)
src/tools/codelines
[new file with mode: 0755]
patch
|
blob
diff --git a/src/tools/codelines
b/src/tools/codelines
new file mode 100755
(executable)
index 0000000..
b74a0c7
--- /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