#!/bin/bash select i in "egy" "kettő" "három" do echo Ezt választottad: echo $i done