mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
sensors -f | awk '/Core / { gsub(/+|°|C/,""); {sum+=$3; n++} print sum/n; }' | tail -1
|
|
|