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 30f047cf 2022-08-25 op export OUTDIR="${OUTDIR:-www}"
8 30f047cf 2022-08-25 op
9 30f047cf 2022-08-25 op : ${MDIR:?not defined}
10 30f047cf 2022-08-25 op
11 30f047cf 2022-08-25 op fmt='%R %I %i %16D <%64f> %128S'
12 30f047cf 2022-08-25 op mlist "${MDIR}" | mthread -r | mscan -f "$fmt" | ./pe | ./mkindex