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

📄 autoungunk.sh

📁 openssl包含TLS
💻 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; then	make distclean	rm -f Makefilefiif test -f Makefile.plain; then	mv Makefile.plain Makefilefirm -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 + -