#!/bin/sh

. ./paths

if [ -f "$PATH_WWW/cgi-bin/exec_command" ]; then
	./clean
fi

./geckserver
