📄 t.score2
字号:
#! /bin/sh. ${srcdir:=.}/t.frame# make sure that an uninitialized data base will not lead to bogus# spam qualifications# ensure that "nonspam" exits with code 1( set +eecho | $VAL $BOGOFILTER -p -C >/dev/nullif [ $? -eq 2 ] ; then exit 0 ; else exit 1 ; fi)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -