#!/usr/bin/perl
#
# $Id$
#

#use strict;
use lib '/usr/local/share/htmllint';
use lib '/usr/local/share/htmllint/rule';

$RULEDIR = '/usr/local/share/htmllint/rule/';

require 'htmllint.pm';

exit(&htmllint::HTMLlint(@ARGV));
