mkscrpt.sed

来自「早期freebsd实现」· SED 代码 · 共 16 行

SED
16
字号
# there is no automatic editing of Makefile for Atari right now# but lines starting with "MAKE_" string are processed for consistency# with other configuration files and in a case they would be needed# in a future:start    /^MAKE_/d    /^[^#]/s/.*/s~__SYSTEM__~&~/p    t cont    n    b start:cont    n    /^MAKE_/d    /^[^#]/s:^\([^ 	]*\)[ 	].*:s~^/\\* #define[ 	]*\1.*~#define  &~:pb cont

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?