myhome/.local/bin/cpumhz

3 lines
75 B
Plaintext
Raw Normal View History

#!/bin/bash
watch "grep MHz /proc/cpuinfo | sort -n | tail -n 8 ; sensors"