Signed-off-by: Rainer Bendig <hexathos@mailbox.org>
This commit is contained in:
2020-02-25 23:55:12 +01:00
parent 5ba5cf9f2b
commit 9b3266a32e
33 changed files with 1551 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Copyright 2015 Alexander Tsepkov
sensors | awk '/^Core/ {t=substr($3,2,4);if (t>max) max=t} END {print max}'