File indexing completed on 2024-12-22 05:06:14

0001 #!/bin/bash
0002 
0003 for DRAFT in draft-kundrat-imap-submit draft-kundrat-incthread; do
0004     ~/.local/bin/xml2rfc "${DRAFT}.xml" --html --text \
0005         && ./convert-txt-rfc-to-pdf.sh "${DRAFT}"
0006 done