#!/bin/sh

# disable filename globbing
set -f

echo Content-type: text/html
echo
TZ=Latioamerica/Santiago
export TZ
[ $# = 2 ] && x=$* || x=`./agm $1`

#echo pac3 x=$x $#=$1"<br>"
>tmp/D1
./pac3 $x 
./pac3 $x 2
#echo agejs $x $1
./agejs $x $1
# ./nr $x 2
#echo age3
#./age3 $x $1
[ "$1" = 0 ] &&  ./nr $x $1
[ "$1" = 1 ] &&  ./nr $x $1
[ "$1" = 2 ] &&  ./nr $x $1
[ "$1" != V ] && ./age3 $x $1
[ "$1" = V ] && {
./venc $x
./ven1 $x
} 

