convert.sh 88 Bytes Edit Raw Blame History 1 2 3 4 5 #!/bin/sh FILES=${@:-"output/md"} rm -rf output/tei python odt2tei.py -d output $FILES