Code that will alwaysnever be executed

suggest change
if true; then
    echo Always executed
fi
if false; then
    echo Never executed
fi

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


true, false and commands:
*Code that will alwaysnever be executed

Table Of Contents