#!/bin/sh
 
# From this script, run the isrch_srch utility and pass a single argument
# that is the directory where your database are stored.
#
# For example:
#
# /path/to/Isearch-cgi/isrch_html /path/to/my/databases
 
exec /home/users/builder/rpm/BUILD/Isearch/isrch_html /home/httpd/databases
 
