projects
/
deb
/
packages.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1213e369ea02f2e40b53290fe0152580f6314f13
[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