📄 doclean
字号:
#!/bin/bash# Let's have a fresh start. Remove all files# which are not source files.## Run this script, then:# touch *# [apply any patches here]# autoreconf -i -v# ./configure# make# make installrm -f *.o openvpn config.cache configure Makefile Makefile.in stamp-h* config.guess config.sub depcomp missing mkinstalldirs config.log config.status config.h config.h.in aclocal.m4 openvpn.spec config-win32.h install-win32/openvpn.nsirm -rf autom4te*.cache .deps
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -