]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla.cron
- daily cron, based on gentoo one
[packages/bugzilla.git] / bugzilla.cron
1 #!/bin/sh
2 cd /usr/share/bugzilla
3 ./collectstats.pl
4 ./whineatnews.pl
5 echo "*** Bugzilla nighlty flush has done! ***"
This page took 0.509567 seconds and 4 git commands to generate.