#!/bin/sh
PS3="make your choice in (1-4): "
select i in www groad net exit
do
    case $i in
         www) echo "1-www";;
         groad) echo "2-groad";;
         net) echo "3-net";;
         exit) exit;;
    esac
done

results matching ""

    No results matching ""