t2.sh

来自「snmp up7」· Shell 代码 · 共 33 行

SH
33
字号
#!/bin/sh## T.sh## FIX  Short description.#. eval_tools.shHEADER a short description of your test#------------------------------------ -o- # Test.## Start the agent if needed (make sure it stop it below)STARTAGENTCAPTURE "<executable_with_arguments:_stores_stdout/stderr_for_use_later>"CHECKEXACT "<string_to_look_for_an_exact_match_of_in_the_CAPTUREd_file_output>"[ $? -eq 1 ]FAILED $? "<diagnostic_label>"#------------------------------------ -o- # Cleanup, exit.## Stop the agent if necessarySTOPAGENTFINISHED

⌨️ 快捷键说明

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