#!/usr/bin/sh
# GETREF.CGI -- Setup script for cgi version of getref
#
# The script must be placed in the cgi-bin directory for getref 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=/data/cdbs1/tools/

export SYBASE ACAREA
$CDBS_TOP/bin/getref


