home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / XStat114.lha / scripts / calc_traffic_weekly < prev    next >
Encoding:
Text File  |  1993-08-22  |  615 b   |  32 lines

  1. .bra {
  2. .ket }
  3.  
  4. ;
  5. ; call me once a week, right after calc_traffic_daily, for
  6. ; weekly statistics
  7. ;
  8. cd uucp:traffic
  9.  
  10. failat 30
  11.  
  12. touch xferstat.mon xferstat.tue xferstat.wed
  13. touch xferstat.thu xferstat.fri xferstat.sat xferstat.sun
  14.  
  15. type    >XFerStat.week XFerStat.Mon
  16. type   >>XFerStat.week XFerStat.Tue
  17. type   >>XFerStat.week XFerStat.Wed
  18. type   >>XFerStat.week XFerStat.Thu
  19. type   >>XFerStat.week XFerStat.Fri
  20. type   >>XFerStat.week XFerStat.Sat
  21. type   >>XFerStat.week XFerStat.Sun
  22.  
  23. if exists uucp:c/uuacct
  24.   uuacct >Traffic.week uucp:traffic/XFerStat.week
  25. endif
  26.  
  27. delete Traffic.???
  28. delete XFerStat.???
  29.  
  30. failat 10
  31.  
  32.