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