usage

来源:互联网 发布:网络平台怎么赚钱 编辑:程序博客网 时间:2024/06/11 16:28
 1 #!/bin/sh 2  3 usage() 4 { 5         ME=$0 6         cat <<EOF 7 usage: $ME options 8  9 OPTIONS10         -c case list11                 run specified test cases, these cases should have been defined in fvtr_functions.12         -a13                 run all the test cases that defined in fvtr_functions.14         -h15                 get help.16 17 EOF18 }19 
原创粉丝点击