#!/bin/sh #echo "Content-type: text/html #" #echo "" ifs="$IFS" IFS="${IFS}/." set -- $HTTP_USER_AGENT Location=refresh.html case $1 in Mozilla) Ver=$2 if [ "$Ver" -gt 2 ] then Location=film.html fi ;; esac echo "Location: $Location "