if [ some condition ]; then whatever elif [ some other condition ]; then whatever elif [ another condition ]; then whatever else ##Don't need to end on an else, can just use an elif whatever fi