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

Re: looking for a clock, minimum and can play sound



On Tue, 04 Jan 2011 13:11:24 +0000, Camaleón wrote:

>> Hello. I am looking for an count-down clock. Features are:
> 
> (...)
> 
> If you find no aplication that suits your needs, may I suggest a "do-
> it-yourself" work? :-)
> 
> Dialog (command line ncurses scripting) and xdialog (GUI) can help you
> here.

The following shell script will work:

--------------------------
#!/bin/sh
sleep $1
beep
-------------------------

name it 'alarm' and 'alarm 30' will alarm you after 30 seconds. 





-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


Reply to: