学习资料:
Linux下Shell的for循环语句https://www.cnblogs.com/EasonJim/p/8315939.html
shell编程学习之使用jq对json数据进行提取https://www.cnblogs.com/nul1/p/12228785.html
Bash函数https://blog.csdn.net/linyonfeng/article/details/81249762
Shell脚本中判断输入变量或者参数是否为空的方法https://www.jb51.net/article/56550.htm

#!/bin/sh
 dmin=
 if test -z "$dmin"
 then
   echo "dmin is not set!&#