Files

4 lines
77 B
Bash
Raw Permalink Normal View History

#!/bin/bash
sensors | awk -F '[+°]' '/^Package id 0:/ {printf "%d\n", $2}'