summaryrefslogtreecommitdiff
path: root/www/momspider/files/momspider.sh
blob: a4c13ac614840e076cdef7c292f70fabdcdecce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# wrapper for momspider
#
# MOMspider is a web-roaming robot that specializes in the maintenance
# of distributed hypertext infostructures (i.e. wide-area webs). The
# program is written in Perl and, once customized for your site, should
# work on any UNIX-based system with Perl 4.036.            
#
# The momspider documentation is in /usr/local/momspider/README.html
#
# $FreeBSD$

PATH=/bin:/usr/bin; export PATH
momhome=/usr/local/momspider

: ${LIBWWW_PERL=$momhome/libwww-perl-0.40}; export LIBWWW_PERL
: ${MOMSPIDER_HOME=$momhome}; export MOMSPIDER_HOME

exec perl ${MOMSPIDER_HOME}/momspider "$@"