#!/bin/sh

# disable filename globbing
set -f

echo Content-type: image/jpeg
echo
cat /cdf/home/ashmansk/public_html/webcam0.jpg
