mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
3 lines
127 B
Bash
Executable File
3 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
asciidoctor-pdf -a pdf-theme=theme.yml -a "pdf-fontsdir=fonts;GEM_FONTS_DIR" -a source-highlighter=rouge spec.adoc
|