Mine
public text v1 · immutableread -p "Should $A1 be at A1, A12, H1, H12, or none? (type "none" for none) - " $Q1
if [ "$Q1" = A1 ]; then
read -p "I see... so where should $A2 be? In A2 or B1? - " $Q2
fi
read -p "Should $A1 be at A1, A12, H1, H12, or none? (type "none" for none) - " $Q1
if [ "$Q1" = A1 ]; then
read -p "I see... so where should $A2 be? In A2 or B1? - " $Q2
fi