2 # A very simple example to demonstrate mixing options given by links and
16 What's your favourite colour?
20 => ?!? [Something else]
24 Hmm... $colour, eh? It has its virtues, I suppose.
25 But are you sure really sure $colour is your favourite?
29 while conf
="$(readline)"; do
30 if [ "$conf" == yes ]; then
33 elif [ "$conf" == no
]; then
34 echo "Hmm, let's try this again then."
37 echo "Pardon? Was that yes or no?"