#!/usr/bin/sh
# QUERY.CGI -- Setup script for cgi version of query
#
# The script must be placed in the cgi-bin directory for query to be run
# as a cgi script. The variable values in this script are system dependent.

SYBASE=/usr/local/sybase
ACAREA=/usr/local/sybase/stbin/
CDBS_TOP=/grp/hst/cdbs/tools/

export SYBASE ACAREA
$CDBS_TOP/bin/query
