Shell-if判断 2022-08-08 shell all, shell 评论 Shell-if判断12345if [[ "v${MODE}" == "vstandalone" ]]thenecho 111echo 222fi