/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4
doc/makeHtml.sh
4 строки
111 B
Ville Skyttä
Use --asciidoc-opts="--unsafe" instead of --unsafe for a2x for compatibility with asciidoc < 8.4.5.
08 сен 2009, 01:08
08 сен 2009, 01:08
603ed0a
Код
Авторство
О чём код?
#!/bin/bash -eu [ -d html~ ] || mkdir html~ a2x -D html~ -d book -f xhtml --asciidoc-opts="--unsafe" main.txt