#!/bin/sh PATH=/bin:/usr/bin export PATH echo "Content-type: text/plain" echo "" echo "\$0 is $0" echo "It is now `date`"