| 1 |
#!/bin/sh |
#!/bin/sh |
| 2 |
# It is run every week from tbm's crontab |
# It is run every week from tbm's crontab |
| 3 |
# 23 56 * * sun /org/nm.debian.org/bin/weeklyjobs.sh |
# 56 23 * * sun /org/nm.debian.org/bin/weeklyjobs.sh |
| 4 |
|
|
| 5 |
DATE=`date +'AM Report for Week Ending %d %b %Y'` |
DATE=`date +'AM Report for Week Ending %d %b %Y'` |
| 6 |
/org/nm.debian.org/bin/weekrpt.pl --email | mailx -s "$DATE" debian-newmaint@lists.debian.org |
/org/nm.debian.org/bin/weekrpt.pl --email | mailx -s "$DATE" debian-newmaint@lists.debian.org |