mirror of https://github.com/tiyn/dotfiles
parent
75cac1a09b
commit
23a0a8ebaf
@ -1,3 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "amd" ]; then
|
||||
sensors | awk '/Tctl/ {print " " $2}'
|
||||
elif [ "$1" = "intel" ]; then
|
||||
sensors | awk '/Core 0/ {print " " $3}'
|
||||
fi
|
||||
|
Loading…
Reference in new issue