2021-11-12 13:36:01 -08:00

6 lines
103 B
Bash
Executable File

#!/bin/sh -e
(cd adoc; ./refresh)
(cd json; ./refresh)
asciidoctor -vn -o Tutorial.html Tutorial.adoc