#!/bin/sh

# Set the path to include the namazu.cgi executable

export PATH=$PATH:/usr/lib/namazu

# Do the searching

NAMAZURC=/etc/wwwoffle/namazu/namazurc
export NAMAZURC

/usr/lib/namazu/namazu.cgi
