fixnt.sh
来自「一个用于点对点传输加密的工具包源码」· Shell 代码 · 共 15 行
SH
15 行
#!/bin/sh## clean up the mess that NT makes of my source tree#if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then /bin/mv makefile.ssl Makefile.sslfichmod +x Configure util/*echo cleaning/bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/nullecho 'removing those damn ^M'perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`make -f Makefile.ssl links
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?