From: Chris Koeritz Date: Wed, 25 Apr 2012 17:49:33 +0000 (-0400) Subject: reformatting the output from this. X-Git-Tag: 2.140.90~1389 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=58cd3a93c96615bbd2b6b5723bc43ec57f9d1888;p=feisty_meow.git reformatting the output from this. --- diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 428f4306..d62a6a8e 100644 --- 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"