#!/bin/sh UPTIME=/usr/ucb/uptime echo Content-type: image/gif echo if [ -x $UPTIME ]; then # $UPTIME # echo "Hello" # cat /users/rtfm2/cduncan/public_html/old/big cat /users/rtfm2/cduncan/public_html/old/images/cantona.gif else echo Cannot find uptime command on this system. fi