摘要: . shell逻辑表达式 #!/bin/bash FILE_BASED_ENCRYPTION="true" if [ "$FILE_BASED_ENCRYPTION" == "true" ]then echo "if: first one" || echo "if: second one"else 阅读全文
posted @ 2021-03-29 18:23 aspirs 阅读(72) 评论(0) 推荐(0)