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/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/ih0lg8$snu$2...@dough.gmane.org