#! /bin/sh
# Cree une page HTML contenant la date locale courante
# Francois PLANQUE 1995
# Envoie header HTTP + debut source HTML
cat <
Quelle heure est il?
L'heure locale courante est:
FIN_HTML
# Appel de la commande UNIX 'date'
/bin/date
# Envoie fin source HTML
cat <