recordall
来自「安装DDD之前」· 代码 · 共 23 行
TXT
23 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?