2 lines
165 B
Bash
2 lines
165 B
Bash
#!/bin/bash
|
|
watch --interval 10 --differences --color --no-title "ipmitool sensor | cut -d '|' -f 1-3 | grep -i "degrees" | sort -k2 -r | sed -r 's/degrees C/°C/'"
|