- #!/usr/bin/env bash
- if [ ! -d ~/logs_custom ]
- then mkdir ~/logs_custom
- fi
- echo -n $(date +%F_%T%z)" "; cat /sys/class/thermal/thermal_zone0/temp >> ~/logs_custom/thermal_"$(date +F)".log
Untitled
Posted by Anonymous on Thu 23rd Apr 2015 08:04
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.