aboutsummaryrefslogtreecommitdiff
path: root/.scripts/cpu_temp.sh
blob: f2dd2b67af99e9bdc98bd5892e6940f386ce1c77 (plain)
1
2
3
#!/bin/bash

acpi -t | awk '{ print $4 }' | sed 's/\../%/' | tr -d '\n'