On Tue, Dec 03, 2002 at 10:09:24AM +0000, Ceri Davies wrote:
> On Mon, Dec 02, 2002 at 09:28:07PM -0500, Peter Leftwich wrote:
> > > > On Mon, Nov 25, 2002 at 09:53:29PM -0500, Peter Leftwich wrote:
> > > > > Why can't someone write a shell script or binary that would prompt the user 
>with:
> > > > > Hello, which port would you like?
> 
> Boggle.
> Do you mean something like this ?
> 
>       #!/bin/sh --
>       while :
        do
>         /bin/echo -n "Hello, which port would you like? : "
>         read PORT
          [ "$PORT" = "" ] && { echo Toodle Pip; exit 0; } 
>         portinstall $PORT
        done
> 
> > $500 is pretty steep, even if it IS for a priceless utility!  Negotiable?
> 
Price just went up :)

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to