📄 autoungunk.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 + -