Skip to content

Commit b34a2c0

Browse files
Added a simple build-script to the root folder.
1 parent 94441f2 commit b34a2c0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FightClub5eXML/Collections
2+
Compendiums
23
tmp
34
.vscode

build-collections.sh

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

0 commit comments

Comments
 (0)