projects
/
bugscan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial import of official branch.
[bugscan.git]
/
dostatus
1
#!/bin/sh
2
3
newtime=`ls -al status | cut -c 43-54`
4
echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status
5
./bugreport -s >> /org/bugs.debian.org/www/bugscan/status
6