update-in-place.sh
来自「ipsec vpn」· Shell 代码 · 共 27 行
SH
27 行
#!/bin/sh# Update the /testing/pluto/log.ref files from those just created in # /tmp/log by the "pluto_unit_tests.sh" script. ## run this script in a UML after running pluto_unit_tests.sh## $Id: update-in-place.sh,v 1.1 2003/05/21 15:45:57 mcr Exp $##mount -o rw,remount /testingcd /tmp/logfor i in */w?-logdo cp $i /tmp/log.ref/$idone# $Log: update-in-place.sh,v $# Revision 1.1 2003/05/21 15:45:57 mcr# update the log.ref files from the newly generated files in# /tmp/log. Run this in a UML.###
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?