📄 t.queue_id
字号:
#!/bin/sh. ${srcdir=.}/t.frameCFG=${TMPDIR}/test.cfOUT=${TMPDIR}/test.outCORRECT=${SYSTEST}/outputs/queue_id.refcat <<EOF > $CFG# include queue ID# suppress timestamps & version info in outputheader_format=%h: %c, queue_id=%QEOF# build wordlists$BOGOFILTER -n -v -D -c $CFG -M -B ${srcdir}/inputs/good.mbx > /dev/null$BOGOFILTER -s -v -D -c $CFG -M -B ${srcdir}/inputs/spam.mbx > /dev/null$BOGOFILTER -v -D -c $CFG -M -B ${srcdir}/inputs/good.mbx \ ${srcdir}/inputs/spam.mbx \| sed 's}.*/inputs/}inputs/}' > $OUT# compare test output to reference outputif [ $verbose -eq 0 ]; then diff $CORRECT $OUT cmp $CORRECT $OUTelse diff $DIFF_BRIEF $CORRECT $OUTfi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -