1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-16 04:59:35 +00:00
bitcoinbook/tools/check
David A. Harding 67a69200f7 Tools: new "check" command for quick testing
Will be upgraded later
2023-09-01 13:24:35 +02:00

6 lines
144 B
Bash
Executable File

#!/bin/bash -eu
mkdir -p build
asciidoctor --failure-level=WARN -v book.adoc -o build/book.html
htmlproofer --disable-external build/book.html