Code that will alwaysnever be executed
suggest changeif true; then echo Always executed fi if false; then echo Never executed fi
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
if true; then echo Always executed fi if false; then echo Never executed fi