From 58cd3a93c96615bbd2b6b5723bc43ec57f9d1888 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 25 Apr 2012 13:49:33 -0400 Subject: [PATCH] reformatting the output from this. --- scripts/notes/info_overload_report.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.34.1