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