home *** CD-ROM | disk | FTP | other *** search
- .bra {
- .ket }
-
- ;
- ; call me once daily for daily statistics
- ;
-
- cd uucp:traffic
-
- set TrafficName=uucp:traffic/Traffic.`echo "*`date*`" first 0 len 3`
- set XferStatName=uucp:traffic/XFerStat.`echo "*`date*`" first 0 len 3`
-
- delete $XFerStatName $TrafficName
- move uuspool:XFerStat $XFerStatName
-
- if exists uucp:c/uuacct
- uuacct >$TrafficName $XFerStatName
- endif
-
-