Skip to content

Instantly share code, notes, and snippets.

@iNPUTmice
Created August 21, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iNPUTmice/f66e9b4953140c6dd70f to your computer and use it in GitHub Desktop.
Save iNPUTmice/f66e9b4953140c6dd70f to your computer and use it in GitHub Desktop.
#!/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