diff options
| author | grothedev <grothedev@gmail.com> | 2021-06-12 15:36:31 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2021-06-12 15:36:31 -0500 |
| commit | 7ad82011db8c22a18a5870394e890b2cc15ecc8c (patch) | |
| tree | 8b1b5537dc20d6226d2a5caf69ab2f725cba05fe /log_temps | |
first commit. random and useful scripts
Diffstat (limited to 'log_temps')
| -rwxr-xr-x | log_temps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/log_temps b/log_temps new file mode 100755 index 0000000..d036c16 --- /dev/null +++ b/log_temps @@ -0,0 +1,4 @@ +d=`date +%Y-%m-%d - %H:%M:%S` +echo "$d" >> /var/log/sensor_temps.log +sensors >> /var/log/sensor_temps.log + |
