#!/bin/bash

until [ ]
do 
cat /sys/class/hwmon/hwmon0/device/temp1_input /sys/class/hwmon/hwmon1/device/temp1_input ;sleep 1
done

exit0
