반응형
if [ -z "$INCLUDE" ]; then
        echo "some...message"
        

 

-z 연산자의 역할 :  "$INCLUDE" 부분이 null (empty string) 인지 체크

반응형

+ Recent posts