#!/usr/bin/env ruby
#
# Copyright (C) 2003-2005 Kouichirou Eto
#     All rights reserved.
#     This is free software with ABSOLUTELY NO WARRANTY.
#
# You can redistribute it and/or modify it under the terms of 
# the GNU General Public License version 2.
#

$LOAD_PATH << "../lib" unless $LOAD_PATH.include?("../lib")
require "qwik/qwikweb-catalog-validator"

Qwik::CatalogValidator.main(ARGV)
