]> git.donarmstrong.com Git - bugscan.git/blob - dostatus
fix bugcfg usage in bugcounts
[bugscan.git] / dostatus
1 #!/bin/sh
2
3 newtime=`stat --format %y status | cut -d: -f-2`
4 echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status
5 ./bugreport -s >> /org/bugs.debian.org/www/bugscan/status
6
7