]> git.donarmstrong.com Git - bugscan.git/blob - dostatus
The "only in testing" page should be under "Everything in one page",
[bugscan.git] / dostatus
1 #!/bin/sh
2
3 newtime=`ls -al status | cut -c 43-54`
4 echo -n "$newtime (CST): " > /home/sesse/bugscan/www/status
5 ./bugreport -s >> /home/sesse/bugscan/www/status
6