adding our first sculpty map.
[feisty_meow.git] / scripts / notes / info_overload_report.sh
index 6ffe741f4e50f9bdbd1424dab8b8edd057d014d0..d62a6a8ef71a3f44853e017417d60f4f2138c906 100644 (file)
@@ -57,19 +57,18 @@ 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\
-  $unsorted_depth\tunsorted files\n\
-  $source_example_depth\tsource examples\n\
+  $cloud_active_depth\tactive items\n\
   $cloud_project_depth\tproject files\n\
+  $source_example_depth\tsource examples\n\
   $cloud_trivia_depth\ttrivial notes\n\
-  $cloud_active_depth\tactive items\n\
+  $unsorted_depth\tunsorted files\n\
   -------\n\
   $total_overload\ttotal items\n\
 \n\
-Gathered On: $(date)\n\
-\n\
 ##############"
 
 echo -e "$report" | tee -a "$REPORT_FILE"