iiitl / bash-practice-repo-24

0 stars 35 forks source link

#8 Formatted the output of CPU temperature script #104

Closed Priyanshu-2005 closed 5 months ago

Priyanshu-2005 commented 5 months ago

Fixes #8 Formatted the output of CPU temperature script

Output when we run the script Command Used bash cpu-temperature image

Changes made Stored the temperature in milidegree-celsius in a variable and performed the desired arithmetic to convert them to Celsius and Fahrenheit respectively and then displayed them in desired format.

ecxtacy commented 5 months ago

Almost perfect ! Great work.