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: 3 months ago
JSON representation

🌡️ A CPU temperature monitoring script for Linux written in bash

Awesome Lists containing this project

README

          













# Temp-monitor

A CPU temperature monitoring script for Linux written in bash

## Dependencies

```plaintext
bash
```

## Installation

1. Clone the repository:

```shell
git clone https://github.com/Justus0405/temp-monitor.git
```

2. Navigate to the directory:

```shell
cd temp-monitor
```

3. Make the script executable:

```shell
chmod +x temp-monitor.sh
```

4. Run the script:

```shell
./temp-monitor.sh
```

#


Copyright © 2024-present Justus0405