summaryrefslogtreecommitdiffstats
path: root/japanese/another-htmllint/files/htmllint.in
blob: 43cdf2e48d2a614e1a92114afe2c82c51d6831d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!%%PERL%%
#
# $Id$
#

#use strict;
use lib '%%DATADIR%%';
use lib '%%DATADIR%%/rule';

$RULEDIR = '%%DATADIR%%/rule/';

require 'htmllint.pm';

exit(&htmllint::HTMLlint(@ARGV));
OpenPOWER on IntegriCloud