Created
August 21, 2015 11:09
-
-
Save iNPUTmice/f66e9b4953140c6dd70f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
set -e | |
XML="$1" | |
BASE=${1%.xml} | |
xsltproc --path . xep.xsl "$1" > "$BASE".html; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment