convert.configure.to.os2

来自「-」· OS2 代码 · 共 13 行

OS2
13
字号
#!/bin/shif [ ! -f configure ]; then  echo You need to run this script from the directory where the \"configure\" script resides  exitficp configure configure~sed -e s/IFS=\"\${IFS}:\"/IFS=\"\${IFS}\;\"/g -e s/\$ac_dir\\/\$ac_word/\$ac_dir\\/\$ac_word.exe/g < configure~ > configurerm configure~

⌨️ 快捷键说明

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