test.sh
来自「贡献一份commoncpp2,有兴趣的可以研究一下」· Shell 代码 · 共 12 行
SH
12 行
#!/bin/shecho Executing all tests... please wait...sh dotests.sh > testout.txtif cmp testout.txt output.txt; then echo Test successfullyelse echo 'Test failed :(' echo 'Compare testout.txt (wrong) and output.txt (correct) for more information'fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?