Skip to content

Commit

Permalink
Create a configuration file for Zentralbibliothek Zürich #223
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Feb 12, 2023
1 parent 349105a commit c2c92e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions catalogues/zb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash

. ./setdir.sh
NAME=zb
MARC_DIR=${BASE_INPUT_DIR}/zb/
TYPE_PARAMS="--marcxml --fixAlma --emptyLargeCollectors"
MASK=BIB*.xml

. ./common-script

if [[ "$1" != "help" ]]; then
echo "DONE"
fi

exit 0

0 comments on commit c2c92e3

Please sign in to comment.