Blame


1 30f047cf 2022-08-25 op #!/bin/sh
2 30f047cf 2022-08-25 op
3 30f047cf 2022-08-25 op # set up the env
4 30f047cf 2022-08-25 op export MAKE_JOBS="${MAKE_JOBS:-1}"
5 30f047cf 2022-08-25 op export MBLAZE=.mblaze
6 30f047cf 2022-08-25 op export MBLAZE_PAGER=cat
7 f5f6f510 2022-08-26 op export OUTDIR="${OUTDIR:-/var/www/marc}"
8 30f047cf 2022-08-25 op
9 30f047cf 2022-08-25 op : ${MDIR:?not defined}
10 30f047cf 2022-08-25 op
11 de557185 2022-08-26 op fmt='%i-%R %I%16D<%64f>%128S'
12 30f047cf 2022-08-25 op mlist "${MDIR}" | mthread -r | mscan -f "$fmt" | ./pe | ./mkindex