#!/bin/sh

# disable filename globbing
set -f

echo Content-type: text/plain
echo
cd /home3/tamblayo/public_html/tm/cgi-bin
TZ=America/Santiago
export TZ
x=`date +%T`
y=`make`
[ "$y" = ./agv0 ] && echo $x
