umon_d2u

来自「umon bootloader source code, support mip」· 代码 · 共 16 行

TXT
16
字号
#
# When files are checked out of CVS using a cvs client
# on windows, the code has DOS-ish CRLF problems, so
# this script can be run to clear that up.
# If anybody is reading this and knows how to tell CVS
# NOT to do that, please inform me!
# Ed Sutter
#
find . -name '*.[chsS]' -exec d2u {} \;
find . -name makefile -exec d2u {} \;
find . -name bashrc -exec d2u {} \;
find . -name '*.make' -exec d2u {} \;
find . -name '*.ldt' -exec d2u {} \;
find . -name 'README' -exec d2u {} \;
find . -name 'umon_setup' -exec d2u {} \;

⌨️ 快捷键说明

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