Searched refs:choice (Results 1 – 1 of 1) sorted by relevance
452 local choice453 for choice in ${LUNCH_MENU_CHOICES[@]}455 echo " $i. $choice"1048 local choice1059 unset choice1060 read choice1061 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then1065 pathname=${lines[$(($choice-$_arrayoffset))]}