patchlist.sh
来自「mutt-1.5.12 源代码。linux 下邮件接受的工具。」· Shell 代码 · 共 21 行
SH
21 行
#!/bin/sh --cat <<EOF/* this is an autogenerated file. edit patchlist.sh instead. */#include "config.h"#include <stdio.h>#include <stdlib.h>#include "mutt.h"void mutt_print_patchlist (void){EOFwhile read patch ; do echo " puts (\"${patch}\");"doneecho "}"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?