reformatting the output from this.
authorChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 17:49:33 +0000 (13:49 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 17:49:33 +0000 (13:49 -0400)
scripts/notes/info_overload_report.sh

index 428f4306d690e841e5bbda4f7939778bdc80ea22..d62a6a8ef71a3f44853e017417d60f4f2138c906 100644 (file)
@@ -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"