Skip to content

Commit

Permalink
Adding MEK.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 15, 2021
1 parent f66c52d commit df6863e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/mek.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash

. ./setdir.sh
NAME=mek
MARC_DIR=${BASE_INPUT_DIR}/mek
TYPE_PARAMS="--emptyLargeCollectors"
MASK=MEKmind.mrc

. ./common-script

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

exit 0

0 comments on commit df6863e

Please sign in to comment.