#!/bin/sh . ./conf.sh . ./lib.sh . ./corehandlers.sh cd .. [ -f "$SITE_DIR/_wesh/config" ] && . "$SITE_DIR/_wesh/config" if [ -f "./$REQUEST_PATH" ]; then static_file "./$REQUEST_PATH" else render_page fi