We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint.sh
1 parent 77d6dd6 commit d16b115Copy full SHA for d16b115
bin/lint.sh
@@ -1,3 +1,4 @@
1
#!/bin/sh
2
find xml -name 'issue*.xml' -print0 | \
3
-xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd
+ xargs -0 -P $(getconf _NPROCESSORS_ONLN) -n 128 \
4
+ xmllint --noout --nowarning --dtdvalid xml/lwg-issue.dtd
0 commit comments