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

📄 autoungunk.sh

📁 开源的ssl算法openssl,版本0.9.8H
💻 SH
字号:
#!/bin/sh# This script tries to clean up as much as is possible from whatever diabolical# mess has been left in the directory thanks to autoconf, automake, and their# friends.if test -f Makefile.plain; then	if test -f Makefile; then		make distclean	fi	mv Makefile.plain Makefileelse	make cleanfirm -f aclocal.m4 config.* configure install-sh \	missing mkinstalldirs stamp-h.* Makefile.in \	ltconfig ltmain.sh

⌨️ 快捷键说明

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