企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
##Bash脚本风格 Bash脚本要以 ``` help() { cat << HELP Usage:./test.sh [name] this script is to print name h,--help display this help and exit HELP exit 1 } [ "$1" = "h" -o "$1" = "--help" -o ! $# -eq 1 ] && help ```