HalloweenBash
HalloweenBash copied to clipboard
Core Temperature -> Linux / Mac
Look:

I'm using "acpi" for ubuntu: Check here
temperature () { acpi -t | grep -Eo '[0-9]+.{2,4}'| awk '{print $1}' | head -2 | tail -1; }
Hey, thanks for another great suggestion. Core Temperature could possibly be implemented similar to the git branch parsing. See how it works here.
If I get a pull request that conforms to the existing HalloweenBash implementation, I'll consider it for inclusion. Cheers :)
@xta I'll try, but I can only test on ubuntu ... :)