4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo "㊋ $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C"
|