5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
[ -d html~ ] || mkdir html~
|
|
a2x -D html~ -d book -f xhtml --asciidoc-opts="--unsafe" main.txt
|