X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fnotes%2Finfo_overload_report.sh;h=46901db55e33eaf724506bb8eaf6e4dc13c21b79;hb=2a1d012416ed4c6ca1ccfdbdab5f50b163c59f91;hp=26d06f00fa1a523e87942b94628bb927b5d94250;hpb=9be891ad77b0cb2bc0faddd5412817cbfa0a8069;p=feisty_meow.git diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 26d06f00..46901db5 100644 --- 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" | grep -v "inova_legacy" | wc -l) +source_example_depth=$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l) #hmmm: need the counter of things in the html files back too.