#bash history my life
result_1="0" result_2="2" if [ $result_1 = 0 ]; then if [ $result_2 = 0 ]; then echo "Все значения равны 0"; else echo "result_2 больше 0"; fi else echo "result_1 больше 0"; fi