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: 4 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:37:21.000Z (5 months ago)
- Last Synced: 2025-01-03T18:33:09.941Z (5 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: 31.3 KB
- Stars: 2
- 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
```plaintext
bash
```## Installation & Usage
```shell
git clone https://github.com/Justus0405/temp-monitor.git
cd temp-monitor
chmod +x temp-monitor.sh
./temp-monitor.sh
```