Skip to content

Instantly share code, notes, and snippets.

@markpbaggett
Created May 24, 2017 18:37
Show Gist options
  • Save markpbaggett/03a41aa4a7e86a3a1bb32325fa2d86d8 to your computer and use it in GitHub Desktop.
Save markpbaggett/03a41aa4a7e86a3a1bb32325fa2d86d8 to your computer and use it in GitHub Desktop.
Saxon Executable
#!/bin/bash
exec java -cp /home/mark/opt/saxon9/saxon9he.jar net.sf.saxon.Transform "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment