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