Linux Bash wenn sonst
if [[ condition ]]
then
<execute command>
else
<execute another command>
fi
Courageous Crab
if [[ condition ]]
then
<execute command>
else
<execute another command>
fi
if [[ condition ]]
then
<execute command>
else
<execute another command>
fi