/delay

Sleeplike program that counts down the number of seconds specified

Primary LanguageCGNU General Public License v2.0GPL-2.0

Delay - README file
===================
This is a private fork made for my own purposes, and not the official repository.

For the official releases, see: https://onegeek.org/~tom/software/delay/
===================

Tom Rothamel <tom@onegeek.org>

This program implements a way to implement a delay with feedback to the
user. It supports a configurable output message, and tries to keep the
timing precise.

Please read the INSTALL file for information on how to compile and
install this program. Once installed, 'man delay' should display
information on how to use the program.

The parsetimel.l and parsetimey.y files were taken from the files
parsetime.l and parsetime.y (respectively) from the at-3.1.7 distribution,
which was authored by Thomas Koenig and David Parsons. These files are
used to implement the "delay until" feature.

Thanks are due to:

 - Gianmarco Giovannelli <gmarco@giovannelli.it>
	For maintaining a FreeBsd port of delay, and working with me on
	resolving a few compatibility issues.
 - Tomi Ollila <Tomi.Ollila@tfi.net>
	For suggesting many of the features added to version 1.2, and
	helping with Solaris compatiblity.
 - Zachary P. Landau <kapheine@www.annex.org>
	For suggesting giving delay the ability to run a command,
	which was added in version 1.3.

- Tom Rothamel