#!/bin/sh

# disable filename globbing
set -f

echo Content-type: text/html
echo
x=$*

#echo $x
>tmp/D1
./pac3 $1 $2 
./pac3 $1 $2 2
./agejs $x
./age3 $x

