if command then then-commands fi
if test condition then then-commands fi
if [ condition ] then then-commands fi
if [ condition ] then then-commands else else-commands fi
if [ condition1 ] then commands1 elif [ condition2 ] then commands2 else commands3 commands3 fi