I have 3 boolean variables a,b and c. what's the best way to write the if else condition(or some better way) in bash to cover all combinations (refer pic).
for example: a=y,b=y and c=y then echo foo
I can write multiple elseif conditions but is there any alternate way?
