projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98ddc0
)
added date to log
author
Chris Koeritz
<fred@gruntose.com>
Sun, 1 Oct 2017 19:58:12 +0000
(15:58 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 1 Oct 2017 19:58:12 +0000
(15:58 -0400)
scripts/system/cpu_heat_logger.sh
patch
|
blob
|
history
diff --git
a/scripts/system/cpu_heat_logger.sh
b/scripts/system/cpu_heat_logger.sh
index ecf3f6aa3f95968645050f2634c304736750b53c..41e15937fa0836f74f2f40cbd5ef8321ee7e2359 100644
(file)
--- a/
scripts/system/cpu_heat_logger.sh
+++ b/
scripts/system/cpu_heat_logger.sh
@@
-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