4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sensors | grep "Package id 0:" | tr -d '+' | awk '{print $4}'
|