projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a27a3d
)
tossing results from things we don't expect to get smaller fast.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 07:01:13 +0000
(
02:01
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 16 Jan 2012 07:01:13 +0000
(
02:01
-0500)
scripts/notes/info_overload_report.sh
patch
|
blob
|
history
diff --git
a/scripts/notes/info_overload_report.sh
b/scripts/notes/info_overload_report.sh
index 46901db55e33eaf724506bb8eaf6e4dc13c21b79..26d06f00fa1a523e87942b94628bb927b5d94250 100644
(file)
--- a/
scripts/notes/info_overload_report.sh
+++ b/
scripts/notes/info_overload_report.sh
@@
-11,7
+11,7
@@
project_depth=$(find ~/quartz/projects/ -type f -exec echo \"{}\" ';' | grep -v
# source examples need to be sucked into other places, other codebases. they are not
# supposed to pile up here.
-source_example_depth=$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l)
+source_example_depth=$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" |
grep -v "inova_legacy" |
wc -l)
#hmmm: need the counter of things in the html files back too.