nice
This commit is contained in:
3
show-cpu.sh
Executable file
3
show-cpu.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
awk '/MHz/ {sum+=$4; count++} END {print sum/count " MHz"}' /proc/cpuinfo
|
||||||
Reference in New Issue
Block a user