We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111c3dd commit ec98c40Copy full SHA for ec98c40
1 file changed
run.sh
@@ -0,0 +1,12 @@
1
+./build.sh
2
+
3
+java \
4
+ "-Dlog4j.configuration=file:./log4j.debugging.properties" \
5
+ -Xmx512M \
6
+ -Xms512M \
7
+ -cp 'lib/*:bin' \
8
+ nl.melp.linkchecker.LinkChecker \
9
+ --follow-from-local \
10
+ --threads=40 \
11
+ --ignore='/.*.pdf' \
12
+ $@ \
0 commit comments