auto.sh
# auto.sh 需要调用3个python脚本1.py 2.py 3.py
用if判断参数进行选择执行哪个脚本
py脚本根据shell脚本传入的参数进行相关操作
Run method
./auto.sh -h
./auto.sh cc -v 1.0 list
is how to pass the incoming bash parameters to the python script starting from the second one. The number of parameters passed to python is variable, at least one