tossing unneeded references to dead hierarchy.
authorChris Koeritz <fred@gruntose.com>
Sun, 19 Feb 2012 22:19:58 +0000 (17:19 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 19 Feb 2012 22:19:58 +0000 (17:19 -0500)
scripts/files/cleanerator.sh
scripts/notes/info_overload_report.sh

index 45b267953612860ddc89b83888abeac393397483..1d1e138c3f503d5f559c0eca522661bad0e51e4a 100644 (file)
@@ -2,7 +2,7 @@
 
 cleaning_dirs=($*)
 
-more_authoritative=( ~/quartz/example_source_code/inova_legacy ~/feisty_meow ~/scavenging_inova/inovasoft )
+more_authoritative=( ~/feisty_meow ~/scavenging_inova/inovasoft )
 ###not yet ~/scavenging_inova/lightlink 
 
 if [ -z "$TMP" ]; then TMP=/tmp; fi
index 26d06f00fa1a523e87942b94628bb927b5d94250..46901db55e33eaf724506bb8eaf6e4dc13c21b79 100644 (file)
@@ -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.