chiark
/
gitweb
/
~mdw
/
dvddb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
update: Actually update the last entry in the file.
[dvddb]
/
cycle
1
#! /bin/sh -ex
2
3
./update PATHS
4
./report >PATHS.new
5
if cmp -s PATHS.new PATHS; then rm PATHS.new
6
else mv PATHS.new PATHS; fi