summaryrefslogtreecommitdiff
path: root/export-validation/epubcheck
blob: 23ce228712fb3f65aed14d6bd2fba937ca2b7ef0 (plain)
1
2
3
4
5
#!/usr/bin/env bash

# Get epubcheck from <https://github.com/idpf/epubcheck>.

java -jar ~/git/epubcheck/target/epubcheck.jar "$@"