Re: Re (2): Configuration of router.

2018-02-16 Thread David Wright
On Fri 16 Feb 2018 at 07:28:45 (-0800), pe...@easthope.ca wrote: > * From: David Wright €deb...@lionunicorn.co.uk€ > * Date: Thu, 15 Feb 2018 15:18:45 -0600 > > Write bashrc ; wake ; sleep 5' > > and give yourself 5 seconds to read what it says in the xterm. > > Interactively. >

Re: Re (2): Configuration of router.

2018-02-16 Thread Greg Wooledge
On Fri, Feb 16, 2018 at 07:28:45AM -0800, pe...@easthope.ca wrote: > peter@hertz:~$ declare -f wake > wake () > { > input=""; > until [[ $input != "" ]]; do > echo Beginning loop.; > /usr/bin/play /usr/share/sounds/ekiga/ring.wav; > read -n 1 -t 4 input; >

Re (2): Configuration of router.

2018-02-16 Thread peter
* From: David Wright deb...@lionunicorn.co.uk * Date: Thu, 15 Feb 2018 15:18:45 -0600 > Write bashrc ; wake ; sleep 5' > and give yourself 5 seconds to read what it says in the xterm. Interactively. peter@hertz:~$ declare -f wake wake () { input=""; until [[ $input != ""