runparser.sh

来自「对各种手机进行编程的工具包源码gsmlib 1.9版本.」· Shell 代码 · 共 13 行

SH
13
字号
#!/bin/sherrorexit() {    echo $1    exit 1}# run the test./testparser > testparser.log# check if output differs from what it should bediff testparser.log testparser-output.txt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?