Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/japanese/another-htmllint/files/htmllint.in
18160 views
#!%%PERL%%
#
# $Id$
#

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

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

require 'htmllint.pm';

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