3 lines
101 B
Bash
Executable File
3 lines
101 B
Bash
Executable File
#! /bin/bash
|
|
sensors | awk '/CPU power:/ {printf "Socket"++count[$1] " "; print $3}' >> power.output
|