remove unneeded garbich

This commit is contained in:
2025-11-05 19:39:11 -08:00
parent ec96f82e45
commit 3bfc94971f

View File

@ -1,4 +1,3 @@
#!/bin/sh
CPUTEMP=$(sensors | grep "Package id 0" | awk '{print $4}' | sed s/+// )
COOLANT_TEMP=$(liquidctl status | grep "Liquid temperature" | awk '{print $4$5}')
echo "$CPUTEMP // $COOLANT_TEMP"
echo $CPUTEMP"