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