#! /bin/sh INSTANCE_HOME="<>" CONFIG_FILE="<>/etc/zope.conf" ZOPE_RUN="<>/runzope" export INSTANCE_HOME exec "$ZOPE_RUN" -C "$CONFIG_FILE" "$@"