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