Initial import
This commit is contained in:
commit
0867c8acab
28 changed files with 1741 additions and 0 deletions
25
README
Normal file
25
README
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
mini-at
|
||||
========================================================================
|
||||
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
Released under the GNU GPLv2. See file COPYING or
|
||||
http://www.gnu.org/copyleft/gpl.html for details.
|
||||
|
||||
Really Quick Instructions
|
||||
-------------------------
|
||||
|
||||
To build: ./make.sh
|
||||
To install: ./make.sh install
|
||||
(you might want to set PREFIX, by default it's /usr/local)
|
||||
|
||||
Rationale
|
||||
---------
|
||||
|
||||
Why this and not the standard `at' suite?
|
||||
|
||||
1) Deals with non-monotonic time (unfortunately this means we have to
|
||||
wake up once every so often to check if our time is too far out).
|
||||
2) Simpler specification of timestamp (uses ISO8601).
|
||||
3) Allows redirection of stdin from a file which is automatically
|
||||
deleted.
|
||||
4) Flexible user control through use of Uinx sockets.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue