⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 umon_d2u

📁 umon bootloader source code, support mips cpu.
💻
字号:
#
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -