home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume3
/
activ
/
README
< prev
Wrap
Text File
|
1989-02-03
|
449b
|
18 lines
/*
** ACTIV -- keep an activity typescript.
** whenever the user types, will prepend the time if the typein has been
** quiet for more than Interval, which defaults to 20 secs, but may be
** overridden with -i flag. If over two hours, pust the entire time and
** date out. Copies to a file.
**
** Useage:
** activ [-i interval] file
**
** Compilation:
** make activ -- no Makefile needed
**
** History:
** 6/23/88 -- (marc) documented
**
*/