#!/bin/sh

case $MSHYPERPATH in
    "") echo "MSHYPERPATH not set" 
      	exit 
      	;;
esac

case $1 in
    "")	echo "No HTML Page specified" 
	exit
	;;
esac

export PATH_INFO $1

$MSHYPERPATH/ehtml/bin/ehsql.cgi

