Merge branch 'master' into master

This commit is contained in:
Chris Jennewein
2022-11-14 08:12:45 -07:00
committed by GitHub

2
build-collections.sh Executable file
View File

@@ -0,0 +1,2 @@
cd Collections
for i in *.xml; do xsltproc -o ../Compendiums/$i ../Utilities/merge.xslt $i; done