A simple command line tool to check the system temperature, including CPU and NVIDIA GPU temperature, written in Rust.
In order to run this script, you need lm-sensors and nvidia-smi installed on your system.
To compile the code, you need to run the following command in the terminal:
cargo build --releaseYou can even
stripthe binary to reduce its size:strip target/release/<binary_name>
