]> git.donarmstrong.com Git - bugscan.git/blob - dostatus
"I" can stand for both sarge- and etch-ignore.
[bugscan.git] / dostatus
1 #!/bin/sh
2
3 newtime=`stat --format %y status | cut -d: -f-2`
4 echo -n "$newtime (CST): " > /home/sesse/bugscan/www/status
5 ./bugreport -s >> /home/sesse/bugscan/www/status
6