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
# 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.