if
test
if [ EXPRESSION ] ; then COMMANDS ; else COMMANDS2 ; fi
if [
] ; then
else
fi
if [ $a = 2 ] ; then b="y-axis"; fi