]> git.deb.at Git - deb/packages.git/blob - cron.d/900index_pages
Split the creation of the suite index pages out of create_index_pages
[deb/packages.git] / cron.d / 900index_pages
1 #!/bin/bash
2
3 . `dirname $0`/../config.sh
4
5 cd "$topdir"
6
7 date
8 ./bin/create_suite_index_pages
9 date
10 ./bin/create_index_pages
11 date