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:
2cfa5f4
)
reformatting the output from this.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 25 Apr 2012 17:49:33 +0000
(13:49 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 25 Apr 2012 17:49:33 +0000
(13:49 -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 428f4306d690e841e5bbda4f7939778bdc80ea22..d62a6a8ef71a3f44853e017417d60f4f2138c906 100644
(file)
--- a/
scripts/notes/info_overload_report.sh
+++ b/
scripts/notes/info_overload_report.sh
@@
-57,6
+57,7
@@
total_overload=$(($note_depth + $item_depth + $unsorted_depth + $source_example_
report="\
\n\
Current information overload consists of:\n\
+[gathered on $(date)]\n\
\n\
$note_depth\tgrunty notes\n\
$item_depth\tto-do list items\n\
@@
-68,8
+69,6
@@
Current information overload consists of:\n\
-------\n\
$total_overload\ttotal items\n\
\n\
-Gathered On: $(date)\n\
-\n\
##############"
echo -e "$report" | tee -a "$REPORT_FILE"