dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

temp.sh (113B)


      1 #!/usr/bin/env bash
      2 
      3 TEMP=$(sensors -u | grep -m 1 temp1_input | awk '{printf "%03d", $2}')
      4 
      5 echo " $TEMP°C"