added date to log
authorChris Koeritz <fred@gruntose.com>
Sun, 1 Oct 2017 19:58:12 +0000 (15:58 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 1 Oct 2017 19:58:12 +0000 (15:58 -0400)
scripts/system/cpu_heat_logger.sh

index ecf3f6aa3f95968645050f2634c304736750b53c..41e15937fa0836f74f2f40cbd5ef8321ee7e2359 100644 (file)
@@ -5,6 +5,13 @@
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
-(while true; do sleep 1m ; sensors; sep; done) | tee -a ${TMP}/cpu_temp.log 
+(
+  while true; do
+    sleep 1m 
+    date
+    sensors
+    sep
+  done
+) | tee -a ${TMP}/cpu_temp.log