read d1 d2 d3 s if [ $((d1 + d2 + d3)) -ge 2 ] && [ $s -eq 0 ] then echo DEAD else echo SURVIVED fi