Searched refs:choice (Results 1 – 1 of 1) sorted by relevance
405 local choice406 for choice in ${LUNCH_MENU_CHOICES[@]}408 echo " $i. $choice"1016 local choice1027 unset choice1028 read choice1029 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then1033 pathname=${lines[$(($choice-1))]}