2022-10-06 ##Bash脚本风格 Bash脚本要以 1234567891011help(){cat << HELPUsage:./test.sh [name]this script is to print name h,--help display this help and exitHELPexit 1}[ "$1" = "h" -o "$1" = "--help" -o ! $# -eq 1 ] && help