home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- #
- # uucost.mo - Do the monthly cleanup. This is intended to be included
- # in a crontab entry that is run in the wee hours of a new
- # month, AFTER uudemon.cleanu script has been run.
- #
- echo Uucp cost summary for the month
- echo
- /usr/lib/uucp/uucost/form_cost </usr/lib/uucp/uucost/cost.log
- >/usr/lib/uucp/uucost/cost.log
-