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:
9be143c
)
updated
author
Chris Koeritz
<fred@gruntose.com>
Thu, 5 Apr 2012 06:03:53 +0000
(
02:03
-0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 5 Apr 2012 06:03:53 +0000
(
02:03
-0400)
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 83ce152c888f7e1ca565b69c2476428279ae27de..6ba059749ad2b97ea94baaa661c9dc32a19c99eb 100644
(file)
--- a/
scripts/notes/info_overload_report.sh
+++ b/
scripts/notes/info_overload_report.sh
@@
-20,7
+20,7
@@
unsorted_depth=$(calculate_depth ~/cloud/unsorted)
# source examples need to be sucked into other places, other codebases. they are not
# supposed to pile up here.
-source_example_depth=$(calculate_depth ~/
quartz/example_source_cod
e)
+source_example_depth=$(calculate_depth ~/
cloud/example_sourc
e)
# the list files are web documents with to-do lists. individual items are marked with <li>.
item_depth=$(find ~/cloud/grunty_notes/ -type f -iname "*.html" -exec grep "<li" "{}" ';' | wc -l | tr -d ' ')