From 91f004db645053b907360103b5e0139f1162df14 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 19 Feb 2012 17:19:58 -0500 Subject: [PATCH] tossing unneeded references to dead hierarchy. --- scripts/files/cleanerator.sh | 2 +- scripts/notes/info_overload_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/files/cleanerator.sh b/scripts/files/cleanerator.sh index 45b26795..1d1e138c 100644 --- a/scripts/files/cleanerator.sh +++ b/scripts/files/cleanerator.sh @@ -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 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. -- 2.34.1