#!/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_srch /path/to/my/databases
 
LINSEARCH=/public/private/linsearch
ISEARCH=$LINSEARCH/isearch

exec $ISEARCH/Isearch-cgi/isrch_srch $LINSEARCH/lsmidx/
 
