temperature 96 B

123456
  1. #!/usr/bin/env bash
  2. TEMP=$(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))C
  3. echo $TEMP