myhome/.local/bin/cpumhz

3 lines
75 B
Bash
Executable File

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