#! /bin/sh IFS="" F=/virtual/home/clc/cnt OLD=`cat $F` NEW=`expr $OLD + 1` 2>/dev/null echo $NEW > $F echo "Content-type: image/gif" echo "" cat /virtual/home/clc/public_html/ctr.gif