Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justus0405/temp-monitor
A CPU temperature monitoring script for Linux written in bash
https://github.com/justus0405/temp-monitor
bash bash-script bash-scripting bash-scripts cpu-monitoring cpu-temperature monitor monitoring monitoring-scripts monitoring-tool script temperature temperature-sensor
Last synced: 1 day ago
JSON representation
A CPU temperature monitoring script for Linux written in bash
- Host: GitHub
- URL: https://github.com/justus0405/temp-monitor
- Owner: Justus0405
- License: mit
- Created: 2024-05-31T15:39:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T22:28:22.000Z (4 months ago)
- Last Synced: 2024-07-13T00:05:40.285Z (4 months ago)
- Topics: bash, bash-script, bash-scripting, bash-scripts, cpu-monitoring, cpu-temperature, monitor, monitoring, monitoring-scripts, monitoring-tool, script, temperature, temperature-sensor
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# temp-monitor
A CPU temperature monitoring script for Linux written in bash# dependencies
```shell
bash
```# installation & usage
```shell
git clone https://github.com/Justus0405/temp-monitor.git
cd temp-monitor
chmod +x temp-monitor.sh
./temp-monitor.sh
```