3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
sensors | grep "Package id 0" | awk '{print $4}' | cut -d "." -f 1 | sed -e 's/+//'
|