3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
# TODO: Add color
|
|
sensors | awk '/Core 0/ {print "\e[11m🌡\e[10m" $3}'
|