📄 recordall
字号:
#!/bin/sh## record a session for all tests. invoke this from the subdir you want to# record. ie## yourhost: lesstif/test/Xm/arrowbg% ../Xlab/RecordAll motifif [ x$1 = 'xmotif' ]then make motif-tests motif=motifelse makefifor i in test*[0-9].cdo thistest=`basename $i .c` echo "Recording for $thistest $motif" ../Xlab/RecordSession $thistest $motifdone
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -