sunfix.sh
来自「SP是一个基于GNU C++编译器」· Shell 代码 · 共 11 行
SH
11 行
#!/bin/sh# Sun C++ 4.0.1 gets confused by the macros in include/NCVector.h.cd includemv NCVector.h NCVector.h.distsed -f NCVector.sed Vector.h >NCVector.hchmod -w NCVector.hsed -f NCVector.sed Vector.cxx >NCVector.cxxchmod -w NCVector.cxx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?