Description: 
Author: 
Keywords: 

Phases:
  Outside Phase
    if: condition
      conditionaaaaaaaaaaaa
    elif: conditionoooooooooooo
      if: conditioneeeeeeeeeee
        conditionesss
      else: 
        conditionassss
    else: conditionsdaswewqw
      conditionttttttttttttt
    Little condition description without inside conditions
    if: 
      Big condition description with inside conditions
    if: Little condition description without inside conditions
      Little condition description without inside conditions
    Little condition description without inside conditions ELIF


Additional information:
  Conditions:
    if [ $? -eq 0 ]
    else
    fi

    if [ $year -eq "0" ]; then
    elif [ $year -eq 0 ]; then
    else
    fi

    if [ $year -eq "0" ]; then
      condition
      conditionaaaaaaaaaaaa
    elif [ $year -eq 0 ]; then
      conditionoooooooooooo
    else
      conditionsdaswewqw
      conditionttttttttttttt
    fi

    if [ $year -ne 0 ]; then
      conditioneeeeeeeeeee
      conditionesss
    else
      conditionassss
    fi

    if [ $year -eq "0" ]; then
      Little condition description without inside conditions
    elif [ $year -eq 0 ]; then
    else
    fi

    if [ $year -eq "0" ]; then
      Big condition description with inside conditions
    elif [ $year -eq 0 ]; then
    else
    fi

    if [ $year -ne 0 ]; then
    else
    fi

    if [ $year -eq "0" ]; then
      Little condition description without inside conditions
      Little condition description without inside conditions
    elif [ $year -eq 0 ]; then
      Little condition description without inside conditions ELIF
    else
    fi


