make_osx_univ.sh
来自「序列对齐 Compare a protein sequence to a pr」· Shell 代码 · 共 21 行
SH
21 行
#!/bin/cshrm *.oif (! -d ppc) mkdir ppcif (! -d i386) mkdir i386make -f Makefile.os_x allmake -f Makefile.os_x uinstallmake -f Makefile.os_x clean-upmake -f Makefile.os_x86 allmake -f Makefile.os_x86 uinstallmake -f Makefile.os_x86 clean-upforeach n ( ppc/* )set f=$n:tlipo -create ppc/$f i386/$f -output $fecho "Universal $f built"endecho "Done!"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?