Added build files to turn the bible into a book

This commit is contained in:
Dylan Araps
2018-06-20 12:24:38 +10:00
parent dbed16c54e
commit e0aadbde13
23 changed files with 1907 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ main() {
done < README.md > readme_code
# Run shellcheck and source the code.
shellcheck -s bash readme_code || exit 1
shellcheck -s bash readme_code test.sh build.sh || exit 1
. readme_code
head="-> Running tests on the Pure Bash Bible.."