]> git.donarmstrong.com Git - bugscan.git/blob - dostatus
ad27f67b2aeb9a3830c483a841b30f9b79f4bbcf
[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