Skip to content

Instantly share code, notes, and snippets.

@PaulMougel
Created April 14, 2014 10:14
Show Gist options
  • Save PaulMougel/10634964 to your computer and use it in GitHub Desktop.
Save PaulMougel/10634964 to your computer and use it in GitHub Desktop.
INPUT="$1"
XML=$(basename "$1" .adoc).xml
asciidoctor -b docbook -d article "$1"
fopub "$XML"
rm "$XML"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment