#!/usr/bin/env ruby

require File.expand_path(
    File.join(File.dirname(__FILE__), %w[.. lib webby]))

::Webby::Apps::Generator.run(ARGV)

# EOF
