projects
/
bugscan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use stat instead of ls for finding times.
[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