3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
watch "grep MHz /proc/cpuinfo | sort -n | tail -n 8 ; sensors"
|