#!/bin/sh

t=`head -1 $1 | tr -d '\377+C' | sed 's/^0*//g'`

echo "TEMP OK - $t C|temperature=${t};40;60;0"
exit 0
