index
:
dots
master
Config files for my Linux desktop
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.scripts
/
cpu_temp.sh
blob: f2dd2b67af99e9bdc98bd5892e6940f386ce1c77 (
plain
)
1
2
3
#!/bin/bash
acpi
-t
|
awk
'{ print $4 }'
|
sed
's/\../%/'
|
tr
-d
'\n'