#!/bin/sh

echo "Content-type: image/jpeg"
echo
# echo -n "The time in Philadelphia is: "
# date
cat /home/mjd/src/perl/pic/petersen.jpg
