[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beep-Beep



>
>Hi,
>
>I've found it usefull to make my serbver BEEP when happen
>some interesting events. So here  is ingenious script
>making PC beep!
>
>-----8<-----------
>#!/bin/sh
>while [ 1 ] do;
>  printf "\a"
>  sleep 2
>done;
>-----8<-----------
>
>Brilliant! BUT it beeps only when it is run on
>particular TTY. If it is run at background, it stops
>beeping when it's TTY dies.
>


I'm more interested in how you get your computer to identify
"interesting" things! Solve that problem, and you may be well
on the way to artificial intelligence!

:-)

Michael