index
:
dotfiles-bsd
artix
master
My cool dotfiles for my BSD workstation
jozan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.local
/
bin
/
greptemp.sh
blob: ab397dc6c1c052c6408de38023fc064d7cf927ec (
plain
)
1
2
3
4
5
6
#!/usr/local/bin/dash
while
true
;
do
sysctl dev.cpu
|
grep
temperature
sleep
3
done