#!/bin/bash name=$(basename $1 .textbundle) mkdir -p articles/$name pandoc \ -f markdown -t asciidoc \ -i $1/text.md -o articles/$name/$name.asciidoc \ -s --wrap=none --shift-heading-level-by=-1