#! /usr/bin/env ruby # == Synopsis # Crawls a site starting at the given URL, and outputs a count of # the number of Pages at each depth in the site. # # == Usage # anemone_pagedepth.rb url # # == Author # Chris Kite $:.unshift File.join(File.dirname(__FILE__), "..", "lib") require 'anemone' def usage puts <