cd /home3/tamblayo/public_html/tm/cgi-bin
TZ=America/Santiago
export TZ
x=`date +%T`
echo $x >>CRON
y=`make`
[ "$y" = ./agv ] && echo $x
