📄 update-in-place.sh
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -