home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume3 / activ / README < prev   
Text File  |  1989-02-03  |  449b  |  18 lines

  1. /*
  2. **  ACTIV -- keep an activity typescript.
  3. **    whenever the user types, will prepend the time if the typein has been
  4. **    quiet for more than Interval, which defaults to 20 secs, but may be 
  5. **    overridden with -i flag.  If over two hours, pust the entire time and 
  6. **    date out.  Copies to a file.
  7. **
  8. **    Useage:
  9. **        activ [-i interval] file
  10. **
  11. **    Compilation:
  12. **        make activ -- no Makefile needed
  13. **
  14. **    History:
  15. **        6/23/88 -- (marc) documented
  16. **
  17. */
  18.