#!/bin/sh
find cgi -type f -exec rm {} \;
find gopher -type f -exec rm {} \;
exit 0