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

📄 maysnap

📁 This a good VPN source
💻
字号:
#! /bin/sh# consider making snapshot of FreeSwan codewho=mcrUSER=build export USER. ~build/freeswan-regress-env.shumask 022cd ~build/WANTSNAPif test ! -f dosnapthen	exit 0fiset -xif test -f doingsnapthen	echo "snapshot already in progress" | mail -s "snapshot averted" $who	exit 0fiecho $$ >doingsnapsort -u dosnap >/tmp/snap$$echo === >>/tmp/snap$$if ~build/bin/mksnap -S >>/tmp/snap$$ 2>&1then  #if ~build/bin/mksnap -r 1.97 -p pre1.98 >>/tmp/snap$$ 2>&1  #then	rm -f dosnap  #fifimail -s "snapshot report $reqd" $who </tmp/snap$$rm -f /tmp/snap$$ doingsnapfind /btmp/build/snapshots -type f -ctime +5 -print | xargs -r rm

⌨️ 快捷键说明

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