shell的一些笔记 2021-06-19 2 分钟阅读 #shell#shell 示例 #!/bin/sh if [ ${#@} -ne 0 ] && [ "${@#"--help"}" = "" ]; …