Skip to content

Instantly share code, notes, and snippets.

@bdarcus
Created October 19, 2021 13:25
Show Gist options
  • Save bdarcus/167c4551d5b2b4845704617c0fb6d68a to your computer and use it in GitHub Desktop.
Save bdarcus/167c4551d5b2b4845704617c0fb6d68a to your computer and use it in GitHub Desktop.
a simple wrapper script to validate CSL files using the very fast RNV XML parser
#!/usr/bin/env bash
# a simple wrapper script to validate CSL files using the very fast RNV XML parser
SCHEMA="~/Code/csl/schema/schemas/styles/csl.rnc"
STYLE=$1
rnv $SCHEMA $STYLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment