index
:
dots
master
These are my config files and I treasure them
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
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'