shell-script-pt
[Top][All Lists]
Advanced

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

Re: [shell-script] Beep


From: Rodrigo Bernardo Pimentel
Subject: Re: [shell-script] Beep
Date: Tue, 22 Aug 2000 11:09:30 -0300
User-agent: Mutt/1.2i

On Mon, Aug 21 2000 at 09:31:02pm -0300, Eriberto wrote:
> Pessoal, como eu gero um beep (de preferĂȘncia bem alto) ? Pode ser tambĂ©m
> algo como uma sirene.

i=0
while [ $i -lt 100 ]; do
        echo -ne "\a" > /dev/console
        i=$(($i + 1))
done



                rbp
______________________________________________________________________________
 Rodrigo Bernardo Pimentel <address@hidden>|  GPG KeyID: 0x81F85A48
 LinuxSP                 <http://www.linuxsp.org.br>|      Fingerprint:    
 AirGeeks                  <http://www.airgeeks.org>|7E62 9CA2 C95B FC86 B334
____________<http://www.conectiva.com.br>___________|203E C011 2E4D 81F8 5A48
And God said 'M-x light', and there was light.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]