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