0
llucycodes42
Shortcut: if
if
0 Comments
if [ condition ]; then # if body elif [ condition ]; then # else if body else # else body fi